Html Css Color HEX #DA3F20 Cinnabar

📋 copy color: '#DA3F20'

red 218 ◦ green 63 ◦ blue 32

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

Shades of Cinnabar #DA3F20

Tints of Cinnabar #DA3F20

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 69.65%
G = 20.13%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA3F20 (or 0xDA3F20) is known color: Cinnabar. HEX triplet: DA, 3F and 20. RGB value is (218,63,32). Sum of RGB (Red+Green+Blue) = 218+63+32=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F20 is #25C0DF. Grayscale: #6A6A6A. Windows color (decimal): -2474208 or 2113498. OLE color: 2113498.

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

Color convert

RGB 218 63 32 -
CMYK 0 0.71 0.85 0.15
HSL 10º 0.74% 0.49% -
HSV(B) 10º 0.85% 0.85% -
XYZ 30.95 18.56 3.32 -
YUV 105.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 218 63 32 0 0.71 0.85 0.15 10 0.74 0.49
Hex DA 3F 20 0 47 55 F A 4A 31
Octal 332 77 40 0 107 125 17 12 112 61
Binary 11011010 111111 100000 0 1000111 1010101 1111 1010 1001010 110001

Color Harmonies of #DA3F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F20

Black with #DA3F20

Text Example


Text Example

White with #DA3F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F20; }

 p { color: rgb(218,63,32); }

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

background-color css

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

 a { background-color: rgb(218,63,32); }

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

border-color css

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

 span { border-color: rgb(218,63,32); }

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