Html Css Color HEX #DC3427 Cinnabar

📋 copy color: '#DC3427'

red 220 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #DC3427

Tints of Cinnabar #DC3427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 70.74%
G = 16.72%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3427 (or 0xDC3427) is known color: Cinnabar. HEX triplet: DC, 34 and 27. RGB value is (220,52,39). Sum of RGB (Red+Green+Blue) = 220+52+39=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3427 is #23CBD8. Grayscale: #646464. Windows color (decimal): -2345945 or 2569436. OLE color: 2569436.

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

Color convert

RGB 220 52 39 -
CMYK 0 0.76 0.82 0.14
HSL 4.31º 0.72% 0.51% -
HSV(B) 4.31º 0.82% 0.86% -
XYZ 31.11 17.82 3.72 -
YUV 100.75 93.16 213.06 -
System Red Green Blue C M Y K H S L
Decimal 220 52 39 0 0.76 0.82 0.14 4.31 0.72 0.51
Hex DC 34 27 0 4C 52 E 4 48 33
Octal 334 64 47 0 114 122 16 4 110 63
Binary 11011100 110100 100111 0 1001100 1010010 1110 100 1001000 110011

Color Harmonies of #DC3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3427

Black with #DC3427

Text Example


Text Example

White with #DC3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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