Html Css Color HEX #DA4027 Cinnabar

📋 copy color: '#DA4027'

red 218 ◦ green 64 ◦ blue 39

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

Shades of Cinnabar #DA4027

Tints of Cinnabar #DA4027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 67.91%
G = 19.94%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4027 (or 0xDA4027) is known color: Cinnabar. HEX triplet: DA, 40 and 27. RGB value is (218,64,39). Sum of RGB (Red+Green+Blue) = 218+64+39=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4027 is #25BFD8. Grayscale: #6B6B6B. Windows color (decimal): -2473945 or 2572506. OLE color: 2572506.

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

Color convert

RGB 218 64 39 -
CMYK 0 0.71 0.82 0.15
HSL 8.38º 0.71% 0.5% -
HSV(B) 8.38º 0.82% 0.85% -
XYZ 31.11 18.72 3.89 -
YUV 107.2 89.52 207.03 -
System Red Green Blue C M Y K H S L
Decimal 218 64 39 0 0.71 0.82 0.15 8.38 0.71 0.5
Hex DA 40 27 0 47 52 F 8 47 32
Octal 332 100 47 0 107 122 17 10 107 62
Binary 11011010 1000000 100111 0 1000111 1010010 1111 1000 1000111 110010

Color Harmonies of #DA4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4027

Black with #DA4027

Text Example


Text Example

White with #DA4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4027; }

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

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

background-color css

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

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

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

border-color css

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

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

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