Html Css Color HEX #DC4527 Cinnabar

📋 copy color: '#DC4527'

red 220 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #DC4527

Tints of Cinnabar #DC4527

RGB

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

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

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

R = 67.07%
G = 21.04%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4527 (or 0xDC4527) is known color: Cinnabar. HEX triplet: DC, 45 and 27. RGB value is (220,69,39). Sum of RGB (Red+Green+Blue) = 220+69+39=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4527 is #23BAD8. Grayscale: #6F6F6F. Windows color (decimal): -2341593 or 2573788. OLE color: 2573788.

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

Color convert

RGB 220 69 39 -
CMYK 0 0.69 0.82 0.14
HSL 9.94º 0.72% 0.51% -
HSV(B) 9.94º 0.82% 0.86% -
XYZ 32.01 19.62 4.02 -
YUV 110.73 87.53 205.94 -
System Red Green Blue C M Y K H S L
Decimal 220 69 39 0 0.69 0.82 0.14 9.94 0.72 0.51
Hex DC 45 27 0 45 52 E A 48 33
Octal 334 105 47 0 105 122 16 12 110 63
Binary 11011100 1000101 100111 0 1000101 1010010 1110 1010 1001000 110011

Color Harmonies of #DC4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4527

Black with #DC4527

Text Example


Text Example

White with #DC4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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