Html Css Color HEX #DC4726 Cinnabar

📋 copy color: '#DC4726'

red 220 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #DC4726

Tints of Cinnabar #DC4726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.55%

R = 66.87%
G = 21.58%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC4726 (or 0xDC4726) is known color: Cinnabar. HEX triplet: DC, 47 and 26. RGB value is (220,71,38). Sum of RGB (Red+Green+Blue) = 220+71+38=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4726 is #23B8D9. Grayscale: #707070. Windows color (decimal): -2341082 or 2508764. OLE color: 2508764.

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

Color convert

RGB 220 71 38 -
CMYK 0 0.68 0.83 0.14
HSL 10.88º 0.72% 0.51% -
HSV(B) 10.88º 0.83% 0.86% -
XYZ 32.12 19.86 3.97 -
YUV 111.79 86.36 205.18 -
System Red Green Blue C M Y K H S L
Decimal 220 71 38 0 0.68 0.83 0.14 10.88 0.72 0.51
Hex DC 47 26 0 44 53 E B 48 33
Octal 334 107 46 0 104 123 16 13 110 63
Binary 11011100 1000111 100110 0 1000100 1010011 1110 1011 1001000 110011

Color Harmonies of #DC4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4726

Black with #DC4726

Text Example


Text Example

White with #DC4726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4726; }

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

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

background-color css

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

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

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

border-color css

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

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

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