Html Css Color HEX #DC4625 Cinnabar

📋 copy color: '#DC4625'

red 220 ◦ green 70 ◦ blue 37

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

Shades of Cinnabar #DC4625

Tints of Cinnabar #DC4625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 67.28%
G = 21.41%
B = 11.31%

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

#DC4625 (or 0xDC4625) is known color: Cinnabar. HEX triplet: DC, 46 and 25. RGB value is (220,70,37). Sum of RGB (Red+Green+Blue) = 220+70+37=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4625 is #23B9DA. Grayscale: #6F6F6F. Windows color (decimal): -2341339 or 2442972. OLE color: 2442972.

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

Color convert

RGB 220 70 37 -
CMYK 0 0.68 0.83 0.14
HSL 10.82º 0.72% 0.5% -
HSV(B) 10.82º 0.83% 0.86% -
XYZ 32.04 19.73 3.87 -
YUV 111.09 86.2 205.68 -
System Red Green Blue C M Y K H S L
Decimal 220 70 37 0 0.68 0.83 0.14 10.82 0.72 0.5
Hex DC 46 25 0 44 53 E B 48 32
Octal 334 106 45 0 104 123 16 13 110 62
Binary 11011100 1000110 100101 0 1000100 1010011 1110 1011 1001000 110010

Color Harmonies of #DC4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4625

Black with #DC4625

Text Example


Text Example

White with #DC4625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4625; }

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

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

background-color css

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

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

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

border-color css

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

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

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