Html Css Color HEX #DC4035 Cinnabar

📋 copy color: '#DC4035'

red 220 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #DC4035

Tints of Cinnabar #DC4035

RGB

 RED value IS 220 (86.33% from 255) = 65.28%

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 65.28%
G = 18.99%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC4035 (or 0xDC4035) is known color: Cinnabar. HEX triplet: DC, 40 and 35. RGB value is (220,64,53). Sum of RGB (Red+Green+Blue) = 220+64+53=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4035 is #23BFCA. Grayscale: #6D6D6D. Windows color (decimal): -2342859 or 3490012. OLE color: 3490012.

HSL color Cylindrical-coordinate representation of color #DC4035: hue angle of 3.95º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4035 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 53 -
CMYK 0 0.71 0.76 0.14
HSL 3.95º 0.7% 0.54% -
HSV(B) 3.95º 0.76% 0.86% -
XYZ 31.99 19.14 5.38 -
YUV 109.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 220 64 53 0 0.71 0.76 0.14 3.95 0.7 0.54
Hex DC 40 35 0 47 4C E 4 46 36
Octal 334 100 65 0 107 114 16 4 106 66
Binary 11011100 1000000 110101 0 1000111 1001100 1110 100 1000110 110110

Color Harmonies of #DC4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4035

Black with #DC4035

Text Example


Text Example

White with #DC4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4035; }

 p { color: rgb(220,64,53); }

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

background-color css

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

 a { background-color: rgb(220,64,53); }

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

border-color css

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

 span { border-color: rgb(220,64,53); }

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