Html Css Color HEX #DA4E36 Cinnabar

📋 copy color: '#DA4E36'

red 218 ◦ green 78 ◦ blue 54

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

Shades of Cinnabar #DA4E36

Tints of Cinnabar #DA4E36

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 62.29%
G = 22.29%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA4E36 (or 0xDA4E36) is known color: Cinnabar. HEX triplet: DA, 4E and 36. RGB value is (218,78,54). Sum of RGB (Red+Green+Blue) = 218+78+54=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E36 is #25B1C9. Grayscale: #757575. Windows color (decimal): -2470346 or 3559130. OLE color: 3559130.

HSL color Cylindrical-coordinate representation of color #DA4E36: hue angle of 8.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA4E36 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 78 54 -
CMYK 0 0.64 0.75 0.15
HSL 8.78º 0.69% 0.53% -
HSV(B) 8.78º 0.75% 0.85% -
XYZ 32.3 20.62 5.77 -
YUV 117.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 218 78 54 0 0.64 0.75 0.15 8.78 0.69 0.53
Hex DA 4E 36 0 40 4B F 9 45 35
Octal 332 116 66 0 100 113 17 11 105 65
Binary 11011010 1001110 110110 0 1000000 1001011 1111 1001 1000101 110101

Color Harmonies of #DA4E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E36

Black with #DA4E36

Text Example


Text Example

White with #DA4E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E36; }

 p { color: rgb(218,78,54); }

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

background-color css

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

 a { background-color: rgb(218,78,54); }

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

border-color css

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

 span { border-color: rgb(218,78,54); }

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