Html Css Color HEX #DC472F Cinnabar

📋 copy color: '#DC472F'

red 220 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #DC472F

Tints of Cinnabar #DC472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 65.09%
G = 21.01%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC472F (or 0xDC472F) is known color: Cinnabar. HEX triplet: DC, 47 and 2F. RGB value is (220,71,47). Sum of RGB (Red+Green+Blue) = 220+71+47=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC472F is #23B8D0. Grayscale: #717171. Windows color (decimal): -2341073 or 3098588. OLE color: 3098588.

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

Color convert

RGB 220 71 47 -
CMYK 0 0.68 0.79 0.14
HSL 8.32º 0.71% 0.52% -
HSV(B) 8.32º 0.79% 0.86% -
XYZ 32.28 19.93 4.83 -
YUV 112.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 220 71 47 0 0.68 0.79 0.14 8.32 0.71 0.52
Hex DC 47 2F 0 44 4F E 8 47 34
Octal 334 107 57 0 104 117 16 10 107 64
Binary 11011100 1000111 101111 0 1000100 1001111 1110 1000 1000111 110100

Color Harmonies of #DC472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC472F

Black with #DC472F

Text Example


Text Example

White with #DC472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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