Html Css Color HEX #DC392A Cinnabar

📋 copy color: '#DC392A'

red 220 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #DC392A

Tints of Cinnabar #DC392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.87%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 68.97%
G = 17.87%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC392A (or 0xDC392A) is known color: Cinnabar. HEX triplet: DC, 39 and 2A. RGB value is (220,57,42). Sum of RGB (Red+Green+Blue) = 220+57+42=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC392A is #23C6D5. Grayscale: #686868. Windows color (decimal): -2344662 or 2767324. OLE color: 2767324.

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

Color convert

RGB 220 57 42 -
CMYK 0 0.74 0.81 0.14
HSL 5.06º 0.72% 0.51% -
HSV(B) 5.06º 0.81% 0.86% -
XYZ 31.4 18.31 4.07 -
YUV 104.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 220 57 42 0 0.74 0.81 0.14 5.06 0.72 0.51
Hex DC 39 2A 0 4A 51 E 5 48 33
Octal 334 71 52 0 112 121 16 5 110 63
Binary 11011100 111001 101010 0 1001010 1010001 1110 101 1001000 110011

Color Harmonies of #DC392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC392A

Black with #DC392A

Text Example


Text Example

White with #DC392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC392A; }

 p { color: rgb(220,57,42); }

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

background-color css

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

 a { background-color: rgb(220,57,42); }

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

border-color css

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

 span { border-color: rgb(220,57,42); }

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