Html Css Color HEX #DC4528 Cinnabar

📋 copy color: '#DC4528'

red 220 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #DC4528

Tints of Cinnabar #DC4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 66.87%
G = 20.97%
B = 12.16%

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

#DC4528 (or 0xDC4528) is known color: Cinnabar. HEX triplet: DC, 45 and 28. RGB value is (220,69,40). Sum of RGB (Red+Green+Blue) = 220+69+40=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4528 is #23BAD7. Grayscale: #6F6F6F. Windows color (decimal): -2341592 or 2639324. OLE color: 2639324.

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

Color convert

RGB 220 69 40 -
CMYK 0 0.69 0.82 0.14
HSL 9.67º 0.72% 0.51% -
HSV(B) 9.67º 0.82% 0.86% -
XYZ 32.03 19.63 4.11 -
YUV 110.84 88.03 205.86 -
System Red Green Blue C M Y K H S L
Decimal 220 69 40 0 0.69 0.82 0.14 9.67 0.72 0.51
Hex DC 45 28 0 45 52 E A 48 33
Octal 334 105 50 0 105 122 16 12 110 63
Binary 11011100 1000101 101000 0 1000101 1010010 1110 1010 1001000 110011

Color Harmonies of #DC4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4528

Black with #DC4528

Text Example


Text Example

White with #DC4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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