Html Css Color HEX #DC452F Cinnabar

📋 copy color: '#DC452F'

red 220 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #DC452F

Tints of Cinnabar #DC452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 65.48%
G = 20.54%
B = 13.99%

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

#DC452F (or 0xDC452F) is known color: Cinnabar. HEX triplet: DC, 45 and 2F. RGB value is (220,69,47). Sum of RGB (Red+Green+Blue) = 220+69+47=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC452F is #23BAD0. Grayscale: #6F6F6F. Windows color (decimal): -2341585 or 3098076. OLE color: 3098076.

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

Color convert

RGB 220 69 47 -
CMYK 0 0.69 0.79 0.14
HSL 7.63º 0.71% 0.52% -
HSV(B) 7.63º 0.79% 0.86% -
XYZ 32.16 19.68 4.79 -
YUV 111.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 220 69 47 0 0.69 0.79 0.14 7.63 0.71 0.52
Hex DC 45 2F 0 45 4F E 8 47 34
Octal 334 105 57 0 105 117 16 10 107 64
Binary 11011100 1000101 101111 0 1000101 1001111 1110 1000 1000111 110100

Color Harmonies of #DC452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC452F

Black with #DC452F

Text Example


Text Example

White with #DC452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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