Html Css Color HEX #DA4227 Cinnabar

📋 copy color: '#DA4227'

red 218 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #DA4227

Tints of Cinnabar #DA4227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 67.49%
G = 20.43%
B = 12.07%

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

#DA4227 (or 0xDA4227) is known color: Cinnabar. HEX triplet: DA, 42 and 27. RGB value is (218,66,39). Sum of RGB (Red+Green+Blue) = 218+66+39=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4227 is #25BDD8. Grayscale: #6C6C6C. Windows color (decimal): -2473433 or 2573018. OLE color: 2573018.

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

Color convert

RGB 218 66 39 -
CMYK 0 0.70 0.82 0.15
HSL 9.05º 0.71% 0.5% -
HSV(B) 9.05º 0.82% 0.85% -
XYZ 31.23 18.95 3.93 -
YUV 108.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 218 66 39 0 0.70 0.82 0.15 9.05 0.71 0.5
Hex DA 42 27 0 46 52 F 9 47 32
Octal 332 102 47 0 106 122 17 11 107 62
Binary 11011010 1000010 100111 0 1000110 1010010 1111 1001 1000111 110010

Color Harmonies of #DA4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4227

Black with #DA4227

Text Example


Text Example

White with #DA4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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