Html Css Color HEX #DC3424 Cinnabar

📋 copy color: '#DC3424'

red 220 ◦ green 52 ◦ blue 36

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

Shades of Cinnabar #DC3424

Tints of Cinnabar #DC3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

 BLUE value IS 36 (14.45% from 255) = 11.69%

R = 71.43%
G = 16.88%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3424 (or 0xDC3424) is known color: Cinnabar. HEX triplet: DC, 34 and 24. RGB value is (220,52,36). Sum of RGB (Red+Green+Blue) = 220+52+36=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3424 is #23CBDB. Grayscale: #646464. Windows color (decimal): -2345948 or 2372828. OLE color: 2372828.

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

Color convert

RGB 220 52 36 -
CMYK 0 0.76 0.84 0.14
HSL 5.22º 0.72% 0.5% -
HSV(B) 5.22º 0.84% 0.86% -
XYZ 31.06 17.8 3.47 -
YUV 100.41 91.66 213.3 -
System Red Green Blue C M Y K H S L
Decimal 220 52 36 0 0.76 0.84 0.14 5.22 0.72 0.5
Hex DC 34 24 0 4C 54 E 5 48 32
Octal 334 64 44 0 114 124 16 5 110 62
Binary 11011100 110100 100100 0 1001100 1010100 1110 101 1001000 110010

Color Harmonies of #DC3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3424

Black with #DC3424

Text Example


Text Example

White with #DC3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3424; }

 p { color: rgb(220,52,36); }

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

background-color css

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

 a { background-color: rgb(220,52,36); }

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

border-color css

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

 span { border-color: rgb(220,52,36); }

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