Html Css Color HEX #DC452A Cinnabar

📋 copy color: '#DC452A'

red 220 ◦ green 69 ◦ blue 42

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

Shades of Cinnabar #DC452A

Tints of Cinnabar #DC452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

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

R = 66.47%
G = 20.85%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC452A (or 0xDC452A) is known color: Cinnabar. HEX triplet: DC, 45 and 2A. RGB value is (220,69,42). Sum of RGB (Red+Green+Blue) = 220+69+42=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC452A is #23BAD5. Grayscale: #6F6F6F. Windows color (decimal): -2341590 or 2770396. OLE color: 2770396.

HSL color Cylindrical-coordinate representation of color #DC452A: hue angle of 9.1º 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 #DC452A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 42 -
CMYK 0 0.69 0.81 0.14
HSL 9.1º 0.72% 0.51% -
HSV(B) 9.1º 0.81% 0.86% -
XYZ 32.06 19.64 4.29 -
YUV 111.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 220 69 42 0 0.69 0.81 0.14 9.1 0.72 0.51
Hex DC 45 2A 0 45 51 E 9 48 33
Octal 334 105 52 0 105 121 16 11 110 63
Binary 11011100 1000101 101010 0 1000101 1010001 1110 1001 1001000 110011

Color Harmonies of #DC452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC452A

Black with #DC452A

Text Example


Text Example

White with #DC452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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