Html Css Color HEX #DA3C24 Cinnabar

📋 copy color: '#DA3C24'

red 218 ◦ green 60 ◦ blue 36

#DA3C24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DA3C24

Tints of Cinnabar #DA3C24

RGB

 RED value IS 218 (85.55% from 255) = 69.43%

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 69.43%
G = 19.11%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3C24 (or 0xDA3C24) is known color: Cinnabar. HEX triplet: DA, 3C and 24. RGB value is (218,60,36). Sum of RGB (Red+Green+Blue) = 218+60+36=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C24 is #25C3DB. Grayscale: #686868. Windows color (decimal): -2474972 or 2374874. OLE color: 2374874.

HSL color Cylindrical-coordinate representation of color #DA3C24: hue angle of 7.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA3C24 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 36 -
CMYK 0 0.72 0.83 0.15
HSL 7.91º 0.72% 0.5% -
HSV(B) 7.91º 0.83% 0.85% -
XYZ 30.85 18.26 3.57 -
YUV 104.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 218 60 36 0 0.72 0.83 0.15 7.91 0.72 0.5
Hex DA 3C 24 0 48 53 F 8 48 32
Octal 332 74 44 0 110 123 17 10 110 62
Binary 11011010 111100 100100 0 1001000 1010011 1111 1000 1001000 110010

Color Harmonies of #DA3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C24

Black with #DA3C24

Text Example


Text Example

White with #DA3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C24; }

 p { color: rgb(218,60,36); }

 H1.HeaderClassName
 {
   color: #DA3C24;
 }
 .AnyTagClassName
 {
   color: #DA3C24;
 }
</style>

background-color css

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

 a { background-color: rgb(218,60,36); }

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

border-color css

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

 span { border-color: rgb(218,60,36); }

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