Html Css Color HEX #DC4727 Cinnabar

📋 copy color: '#DC4727'

red 220 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #DC4727

Tints of Cinnabar #DC4727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 66.67%
G = 21.52%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4727 (or 0xDC4727) is known color: Cinnabar. HEX triplet: DC, 47 and 27. RGB value is (220,71,39). Sum of RGB (Red+Green+Blue) = 220+71+39=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4727 is #23B8D8. Grayscale: #707070. Windows color (decimal): -2341081 or 2574300. OLE color: 2574300.

HSL color Cylindrical-coordinate representation of color #DC4727: hue angle of 10.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4727 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 39 -
CMYK 0 0.68 0.82 0.14
HSL 10.61º 0.72% 0.51% -
HSV(B) 10.61º 0.82% 0.86% -
XYZ 32.13 19.87 4.06 -
YUV 111.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 220 71 39 0 0.68 0.82 0.14 10.61 0.72 0.51
Hex DC 47 27 0 44 52 E B 48 33
Octal 334 107 47 0 104 122 16 13 110 63
Binary 11011100 1000111 100111 0 1000100 1010010 1110 1011 1001000 110011

Color Harmonies of #DC4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4727

Black with #DC4727

Text Example


Text Example

White with #DC4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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