Html Css Color HEX #DA4928 Cinnabar

📋 copy color: '#DA4928'

red 218 ◦ green 73 ◦ blue 40

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

Shades of Cinnabar #DA4928

Tints of Cinnabar #DA4928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 65.86%
G = 22.05%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4928 (or 0xDA4928) is known color: Cinnabar. HEX triplet: DA, 49 and 28. RGB value is (218,73,40). Sum of RGB (Red+Green+Blue) = 218+73+40=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4928 is #25B6D7. Grayscale: #707070. Windows color (decimal): -2471640 or 2640346. OLE color: 2640346.

HSL color Cylindrical-coordinate representation of color #DA4928: hue angle of 11.12º 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 #DA4928 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 73 40 -
CMYK 0 0.67 0.82 0.15
HSL 11.12º 0.71% 0.51% -
HSV(B) 11.12º 0.82% 0.85% -
XYZ 31.68 19.82 4.16 -
YUV 112.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 218 73 40 0 0.67 0.82 0.15 11.12 0.71 0.51
Hex DA 49 28 0 43 52 F B 47 33
Octal 332 111 50 0 103 122 17 13 107 63
Binary 11011010 1001001 101000 0 1000011 1010010 1111 1011 1000111 110011

Color Harmonies of #DA4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4928

Black with #DA4928

Text Example


Text Example

White with #DA4928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4928; }

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

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

background-color css

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

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

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

border-color css

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

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

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