Html Css Color HEX #DC4E25 Cinnabar

📋 copy color: '#DC4E25'

red 220 ◦ green 78 ◦ blue 37

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

Shades of Cinnabar #DC4E25

Tints of Cinnabar #DC4E25

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.28%

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

R = 65.67%
G = 23.28%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC4E25 (or 0xDC4E25) is known color: Cinnabar. HEX triplet: DC, 4E and 25. RGB value is (220,78,37). Sum of RGB (Red+Green+Blue) = 220+78+37=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E25 is #23B1DA. Grayscale: #747474. Windows color (decimal): -2339291 or 2445020. OLE color: 2445020.

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

Color convert

RGB 220 78 37 -
CMYK 0 0.65 0.83 0.14
HSL 13.44º 0.72% 0.5% -
HSV(B) 13.44º 0.83% 0.86% -
XYZ 32.57 20.8 4.05 -
YUV 115.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 220 78 37 0 0.65 0.83 0.14 13.44 0.72 0.5
Hex DC 4E 25 0 41 53 E D 48 32
Octal 334 116 45 0 101 123 16 15 110 62
Binary 11011100 1001110 100101 0 1000001 1010011 1110 1101 1001000 110010

Color Harmonies of #DC4E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E25

Black with #DC4E25

Text Example


Text Example

White with #DC4E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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