Html Css Color HEX #DA3F2C Cinnabar

📋 copy color: '#DA3F2C'

red 218 ◦ green 63 ◦ blue 44

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

Shades of Cinnabar #DA3F2C

Tints of Cinnabar #DA3F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 67.08%
G = 19.38%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA3F2C (or 0xDA3F2C) is known color: Cinnabar. HEX triplet: DA, 3F and 2C. RGB value is (218,63,44). Sum of RGB (Red+Green+Blue) = 218+63+44=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F2C is #25C0D3. Grayscale: #6B6B6B. Windows color (decimal): -2474196 or 2899930. OLE color: 2899930.

HSL color Cylindrical-coordinate representation of color #DA3F2C: hue angle of 6.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA3F2C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 63 44 -
CMYK 0 0.71 0.80 0.15
HSL 6.55º 0.7% 0.51% -
HSV(B) 6.55º 0.8% 0.85% -
XYZ 31.15 18.64 4.34 -
YUV 107.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 218 63 44 0 0.71 0.80 0.15 6.55 0.7 0.51
Hex DA 3F 2C 0 47 50 F 7 46 33
Octal 332 77 54 0 107 120 17 7 106 63
Binary 11011010 111111 101100 0 1000111 1010000 1111 111 1000110 110011

Color Harmonies of #DA3F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F2C

Black with #DA3F2C

Text Example


Text Example

White with #DA3F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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