Html Css Color HEX #DA4E27 Cinnabar

📋 copy color: '#DA4E27'

red 218 ◦ green 78 ◦ blue 39

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

Shades of Cinnabar #DA4E27

Tints of Cinnabar #DA4E27

RGB

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

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

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

R = 65.07%
G = 23.28%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4E27 (or 0xDA4E27) is known color: Cinnabar. HEX triplet: DA, 4E and 27. RGB value is (218,78,39). Sum of RGB (Red+Green+Blue) = 218+78+39=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E27 is #25B1D8. Grayscale: #737373. Windows color (decimal): -2470361 or 2576090. OLE color: 2576090.

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

Color convert

RGB 218 78 39 -
CMYK 0 0.64 0.82 0.15
HSL 13.07º 0.71% 0.5% -
HSV(B) 13.07º 0.82% 0.85% -
XYZ 32 20.5 4.19 -
YUV 115.41 84.88 201.17 -
System Red Green Blue C M Y K H S L
Decimal 218 78 39 0 0.64 0.82 0.15 13.07 0.71 0.5
Hex DA 4E 27 0 40 52 F D 47 32
Octal 332 116 47 0 100 122 17 15 107 62
Binary 11011010 1001110 100111 0 1000000 1010010 1111 1101 1000111 110010

Color Harmonies of #DA4E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E27

Black with #DA4E27

Text Example


Text Example

White with #DA4E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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