Html Css Color HEX #DA4228 Cinnabar

📋 copy color: '#DA4228'

red 218 ◦ green 66 ◦ blue 40

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

Shades of Cinnabar #DA4228

Tints of Cinnabar #DA4228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 67.28%
G = 20.37%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4228 (or 0xDA4228) is known color: Cinnabar. HEX triplet: DA, 42 and 28. RGB value is (218,66,40). Sum of RGB (Red+Green+Blue) = 218+66+40=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4228 is #25BDD7. Grayscale: #6C6C6C. Windows color (decimal): -2473432 or 2638554. OLE color: 2638554.

HSL color Cylindrical-coordinate representation of color #DA4228: hue angle of 8.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA4228 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 40 -
CMYK 0 0.70 0.82 0.15
HSL 8.76º 0.71% 0.51% -
HSV(B) 8.76º 0.82% 0.85% -
XYZ 31.24 18.96 4.02 -
YUV 108.48 89.36 206.11 -
System Red Green Blue C M Y K H S L
Decimal 218 66 40 0 0.70 0.82 0.15 8.76 0.71 0.51
Hex DA 42 28 0 46 52 F 9 47 33
Octal 332 102 50 0 106 122 17 11 107 63
Binary 11011010 1000010 101000 0 1000110 1010010 1111 1001 1000111 110011

Color Harmonies of #DA4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4228

Black with #DA4228

Text Example


Text Example

White with #DA4228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4228; }

 p { color: rgb(218,66,40); }

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

background-color css

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

 a { background-color: rgb(218,66,40); }

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

border-color css

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

 span { border-color: rgb(218,66,40); }

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