Html Css Color HEX #DC4621 Cinnabar

📋 copy color: '#DC4621'

red 220 ◦ green 70 ◦ blue 33

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

Shades of Cinnabar #DC4621

Tints of Cinnabar #DC4621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 68.11%
G = 21.67%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC4621 (or 0xDC4621) is known color: Cinnabar. HEX triplet: DC, 46 and 21. RGB value is (220,70,33). Sum of RGB (Red+Green+Blue) = 220+70+33=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4621 is #23B9DE. Grayscale: #6E6E6E. Windows color (decimal): -2341343 or 2180828. OLE color: 2180828.

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

Color convert

RGB 220 70 33 -
CMYK 0 0.68 0.85 0.14
HSL 11.87º 0.74% 0.5% -
HSV(B) 11.87º 0.85% 0.86% -
XYZ 31.98 19.71 3.56 -
YUV 110.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 220 70 33 0 0.68 0.85 0.14 11.87 0.74 0.5
Hex DC 46 21 0 44 55 E C 4A 32
Octal 334 106 41 0 104 125 16 14 112 62
Binary 11011100 1000110 100001 0 1000100 1010101 1110 1100 1001010 110010

Color Harmonies of #DC4621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4621

Black with #DC4621

Text Example


Text Example

White with #DC4621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4621; }

 p { color: rgb(220,70,33); }

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

background-color css

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

 a { background-color: rgb(220,70,33); }

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

border-color css

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

 span { border-color: rgb(220,70,33); }

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