Html Css Color HEX #DC4827 Cinnabar

📋 copy color: '#DC4827'

red 220 ◦ green 72 ◦ blue 39

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

Shades of Cinnabar #DC4827

Tints of Cinnabar #DC4827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 66.47%
G = 21.75%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4827 (or 0xDC4827) is known color: Cinnabar. HEX triplet: DC, 48 and 27. RGB value is (220,72,39). Sum of RGB (Red+Green+Blue) = 220+72+39=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4827 is #23B7D8. Grayscale: #707070. Windows color (decimal): -2340825 or 2574556. OLE color: 2574556.

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

Color convert

RGB 220 72 39 -
CMYK 0 0.67 0.82 0.14
HSL 10.94º 0.72% 0.51% -
HSV(B) 10.94º 0.82% 0.86% -
XYZ 32.2 20 4.08 -
YUV 112.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 220 72 39 0 0.67 0.82 0.14 10.94 0.72 0.51
Hex DC 48 27 0 43 52 E B 48 33
Octal 334 110 47 0 103 122 16 13 110 63
Binary 11011100 1001000 100111 0 1000011 1010010 1110 1011 1001000 110011

Color Harmonies of #DC4827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4827

Black with #DC4827

Text Example


Text Example

White with #DC4827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4827; }

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

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

background-color css

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

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

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

border-color css

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

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

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