Html Css Color HEX #DC452B Cinnabar

📋 copy color: '#DC452B'

red 220 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #DC452B

Tints of Cinnabar #DC452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 66.27%
G = 20.78%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC452B (or 0xDC452B) is known color: Cinnabar. HEX triplet: DC, 45 and 2B. RGB value is (220,69,43). Sum of RGB (Red+Green+Blue) = 220+69+43=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC452B is #23BAD4. Grayscale: #6F6F6F. Windows color (decimal): -2341589 or 2835932. OLE color: 2835932.

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

Color convert

RGB 220 69 43 -
CMYK 0 0.69 0.80 0.14
HSL 8.81º 0.72% 0.52% -
HSV(B) 8.81º 0.8% 0.86% -
XYZ 32.08 19.65 4.39 -
YUV 111.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 220 69 43 0 0.69 0.80 0.14 8.81 0.72 0.52
Hex DC 45 2B 0 45 50 E 9 48 34
Octal 334 105 53 0 105 120 16 11 110 64
Binary 11011100 1000101 101011 0 1000101 1010000 1110 1001 1001000 110100

Color Harmonies of #DC452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC452B

Black with #DC452B

Text Example


Text Example

White with #DC452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC452B; }

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

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

background-color css

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

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

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

border-color css

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

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

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