Html Css Color HEX #DC452E Cinnabar

📋 copy color: '#DC452E'

red 220 ◦ green 69 ◦ blue 46

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

Shades of Cinnabar #DC452E

Tints of Cinnabar #DC452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 65.67%
G = 20.6%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC452E (or 0xDC452E) is known color: Cinnabar. HEX triplet: DC, 45 and 2E. RGB value is (220,69,46). Sum of RGB (Red+Green+Blue) = 220+69+46=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC452E is #23BAD1. Grayscale: #6F6F6F. Windows color (decimal): -2341586 or 3032540. OLE color: 3032540.

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

Color convert

RGB 220 69 46 -
CMYK 0 0.69 0.79 0.14
HSL 7.93º 0.71% 0.52% -
HSV(B) 7.93º 0.79% 0.86% -
XYZ 32.14 19.67 4.69 -
YUV 111.53 91.03 205.37 -
System Red Green Blue C M Y K H S L
Decimal 220 69 46 0 0.69 0.79 0.14 7.93 0.71 0.52
Hex DC 45 2E 0 45 4F E 8 47 34
Octal 334 105 56 0 105 117 16 10 107 64
Binary 11011100 1000101 101110 0 1000101 1001111 1110 1000 1000111 110100

Color Harmonies of #DC452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC452E

Black with #DC452E

Text Example


Text Example

White with #DC452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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