#DA3B30

Color #DA3B30 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DA3B30

Tints of Cinnabar #DA3B30

Color information

#DA3B30 (or 0xDA3B30) is unknown color: approx Cinnabar. HEX triplet: DA, 3B and 30. RGB value is (218,59,48). Sum of RGB (Red+Green+Blue) = 218+59+48=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B30 is #25C4CF. Grayscale: #696969. Windows color (decimal): -2475216 or 3161050. OLE color: 3161050.

HSL color Cylindrical-coordinate representation of color #DA3B30: hue angle of 3.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3B30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB2185948-
CMYK00.730.780.15
HSL3.88º69.67%52.16%-
HSV(B)3.88º77.98%85.49%-
XYZ31.0118.254.68-
YUV105.2995.68208.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 67.08%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=67.08%
G=18.15%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218594800.730.780.153.8869.6752.16
HexDA3B300494EF44634
Octal3327360011111617410664
Binary1101101011101111000001001001100111011111001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3B30; }

 p { color: rgb(218,59,48); }

 H1.HeaderClassName
 {
   color: #DA3B30;
 }
 .AnyTagClassName
 {
   color: #DA3B30;
 }
</style>
background-color css

<style>
 a { background-color: #DA3B30; }

 a { background-color: rgb(218,59,48); }

 div.DivClassName
 {
   background-color: #DA3B30;
 }
 .BgClassName
 {
   background-color: #DA3B30;
 }
</style>
border-color css

<style>
 span { border-color: #DA3B30; }

 span { border-color: rgb(218,59,48); }

 td.TdClassName
 {
   border-color: #DA3B30;
 }
 .TagClassName
 {
   border-color: #DA3B30;
 }
</style>