Html Css Color HEX #DA4A28 Cinnabar

📋 copy color: '#DA4A28'

red 218 ◦ green 74 ◦ blue 40

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

Shades of Cinnabar #DA4A28

Tints of Cinnabar #DA4A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

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

R = 65.66%
G = 22.29%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4A28 (or 0xDA4A28) is known color: Cinnabar. HEX triplet: DA, 4A and 28. RGB value is (218,74,40). Sum of RGB (Red+Green+Blue) = 218+74+40=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A28 is #25B5D7. Grayscale: #717171. Windows color (decimal): -2471384 or 2640602. OLE color: 2640602.

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

Color convert

RGB 218 74 40 -
CMYK 0 0.66 0.82 0.15
HSL 11.46º 0.71% 0.51% -
HSV(B) 11.46º 0.82% 0.85% -
XYZ 31.75 19.96 4.19 -
YUV 113.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 218 74 40 0 0.66 0.82 0.15 11.46 0.71 0.51
Hex DA 4A 28 0 42 52 F B 47 33
Octal 332 112 50 0 102 122 17 13 107 63
Binary 11011010 1001010 101000 0 1000010 1010010 1111 1011 1000111 110011

Color Harmonies of #DA4A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A28

Black with #DA4A28

Text Example


Text Example

White with #DA4A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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