Html Css Color HEX #DC453F Cinnabar

📋 copy color: '#DC453F'

red 220 ◦ green 69 ◦ blue 63

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

Shades of Cinnabar #DC453F

Tints of Cinnabar #DC453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 62.5%
G = 19.6%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC453F (or 0xDC453F) is known color: Cinnabar. HEX triplet: DC, 45 and 3F. RGB value is (220,69,63). Sum of RGB (Red+Green+Blue) = 220+69+63=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC453F is #23BAC0. Grayscale: #717171. Windows color (decimal): -2341569 or 4146652. OLE color: 4146652.

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

Color convert

RGB 220 69 63 -
CMYK 0 0.69 0.71 0.14
HSL 2.29º 0.69% 0.55% -
HSV(B) 2.29º 0.71% 0.86% -
XYZ 32.54 19.83 6.82 -
YUV 113.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 220 69 63 0 0.69 0.71 0.14 2.29 0.69 0.55
Hex DC 45 3F 0 45 47 E 2 45 37
Octal 334 105 77 0 105 107 16 2 105 67
Binary 11011100 1000101 111111 0 1000101 1000111 1110 10 1000101 110111

Color Harmonies of #DC453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC453F

Black with #DC453F

Text Example


Text Example

White with #DC453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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