Html Css Color HEX #DA4226 Cinnabar

📋 copy color: '#DA4226'

red 218 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #DA4226

Tints of Cinnabar #DA4226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 67.7%
G = 20.5%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4226 (or 0xDA4226) is known color: Cinnabar. HEX triplet: DA, 42 and 26. RGB value is (218,66,38). Sum of RGB (Red+Green+Blue) = 218+66+38=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4226 is #25BDD9. Grayscale: #6C6C6C. Windows color (decimal): -2473434 or 2507482. OLE color: 2507482.

HSL color Cylindrical-coordinate representation of color #DA4226: hue angle of 9.33º degrees, saturation: 0.71, 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 #DA4226 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 38 -
CMYK 0 0.70 0.83 0.15
HSL 9.33º 0.71% 0.5% -
HSV(B) 9.33º 0.83% 0.85% -
XYZ 31.21 18.94 3.84 -
YUV 108.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 218 66 38 0 0.70 0.83 0.15 9.33 0.71 0.5
Hex DA 42 26 0 46 53 F 9 47 32
Octal 332 102 46 0 106 123 17 11 107 62
Binary 11011010 1000010 100110 0 1000110 1010011 1111 1001 1000111 110010

Color Harmonies of #DA4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4226

Black with #DA4226

Text Example


Text Example

White with #DA4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4226; }

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

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

background-color css

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

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

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

border-color css

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

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

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