Html Css Color HEX #DA3C27 Cinnabar

📋 copy color: '#DA3C27'

red 218 ◦ green 60 ◦ blue 39

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

Shades of Cinnabar #DA3C27

Tints of Cinnabar #DA3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 68.77%
G = 18.93%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3C27 (or 0xDA3C27) is known color: Cinnabar. HEX triplet: DA, 3C and 27. RGB value is (218,60,39). Sum of RGB (Red+Green+Blue) = 218+60+39=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C27 is #25C3D8. Grayscale: #696969. Windows color (decimal): -2474969 or 2571482. OLE color: 2571482.

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

Color convert

RGB 218 60 39 -
CMYK 0 0.72 0.82 0.15
HSL 7.04º 0.71% 0.5% -
HSV(B) 7.04º 0.82% 0.85% -
XYZ 30.9 18.28 3.82 -
YUV 104.85 90.85 208.71 -
System Red Green Blue C M Y K H S L
Decimal 218 60 39 0 0.72 0.82 0.15 7.04 0.71 0.5
Hex DA 3C 27 0 48 52 F 7 47 32
Octal 332 74 47 0 110 122 17 7 107 62
Binary 11011010 111100 100111 0 1001000 1010010 1111 111 1000111 110010

Color Harmonies of #DA3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C27

Black with #DA3C27

Text Example


Text Example

White with #DA3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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