Html Css Color HEX #DA4C27 Cinnabar

📋 copy color: '#DA4C27'

red 218 ◦ green 76 ◦ blue 39

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

Shades of Cinnabar #DA4C27

Tints of Cinnabar #DA4C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

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

R = 65.47%
G = 22.82%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4C27 (or 0xDA4C27) is known color: Cinnabar. HEX triplet: DA, 4C and 27. RGB value is (218,76,39). Sum of RGB (Red+Green+Blue) = 218+76+39=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C27 is #25B3D8. Grayscale: #727272. Windows color (decimal): -2470873 or 2575578. OLE color: 2575578.

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

Color convert

RGB 218 76 39 -
CMYK 0 0.65 0.82 0.15
HSL 12.4º 0.71% 0.5% -
HSV(B) 12.4º 0.82% 0.85% -
XYZ 31.86 20.22 4.14 -
YUV 114.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 218 76 39 0 0.65 0.82 0.15 12.4 0.71 0.5
Hex DA 4C 27 0 41 52 F C 47 32
Octal 332 114 47 0 101 122 17 14 107 62
Binary 11011010 1001100 100111 0 1000001 1010010 1111 1100 1000111 110010

Color Harmonies of #DA4C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C27

Black with #DA4C27

Text Example


Text Example

White with #DA4C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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