Html Css Color HEX #DA3C21 Cinnabar

📋 copy color: '#DA3C21'

red 218 ◦ green 60 ◦ blue 33

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

Shades of Cinnabar #DA3C21

Tints of Cinnabar #DA3C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.61%

R = 70.1%
G = 19.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA3C21 (or 0xDA3C21) is known color: Cinnabar. HEX triplet: DA, 3C and 21. RGB value is (218,60,33). Sum of RGB (Red+Green+Blue) = 218+60+33=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C21 is #25C3DE. Grayscale: #686868. Windows color (decimal): -2474975 or 2178266. OLE color: 2178266.

HSL color Cylindrical-coordinate representation of color #DA3C21: hue angle of 8.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA3C21 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 33 -
CMYK 0 0.72 0.85 0.15
HSL 8.76º 0.74% 0.49% -
HSV(B) 8.76º 0.85% 0.85% -
XYZ 30.8 18.25 3.34 -
YUV 104.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 218 60 33 0 0.72 0.85 0.15 8.76 0.74 0.49
Hex DA 3C 21 0 48 55 F 9 4A 31
Octal 332 74 41 0 110 125 17 11 112 61
Binary 11011010 111100 100001 0 1001000 1010101 1111 1001 1001010 110001

Color Harmonies of #DA3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C21

Black with #DA3C21

Text Example


Text Example

White with #DA3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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