Html Css Color HEX #DA4229 Cinnabar

📋 copy color: '#DA4229'

red 218 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #DA4229

Tints of Cinnabar #DA4229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 67.08%
G = 20.31%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA4229 (or 0xDA4229) is known color: Cinnabar. HEX triplet: DA, 42 and 29. RGB value is (218,66,41). Sum of RGB (Red+Green+Blue) = 218+66+41=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4229 is #25BDD6. Grayscale: #6C6C6C. Windows color (decimal): -2473431 or 2704090. OLE color: 2704090.

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

Color convert

RGB 218 66 41 -
CMYK 0 0.70 0.81 0.15
HSL 8.47º 0.71% 0.51% -
HSV(B) 8.47º 0.81% 0.85% -
XYZ 31.26 18.96 4.11 -
YUV 108.6 89.86 206.03 -
System Red Green Blue C M Y K H S L
Decimal 218 66 41 0 0.70 0.81 0.15 8.47 0.71 0.51
Hex DA 42 29 0 46 51 F 8 47 33
Octal 332 102 51 0 106 121 17 10 107 63
Binary 11011010 1000010 101001 0 1000110 1010001 1111 1000 1000111 110011

Color Harmonies of #DA4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4229

Black with #DA4229

Text Example


Text Example

White with #DA4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4229; }

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

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

background-color css

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

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

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

border-color css

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

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

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