Html Css Color HEX #DC4D25 Cinnabar

📋 copy color: '#DC4D25'

red 220 ◦ green 77 ◦ blue 37

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

Shades of Cinnabar #DC4D25

Tints of Cinnabar #DC4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

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

R = 65.87%
G = 23.05%
B = 11.08%

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

#DC4D25 (or 0xDC4D25) is known color: Cinnabar. HEX triplet: DC, 4D and 25. RGB value is (220,77,37). Sum of RGB (Red+Green+Blue) = 220+77+37=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D25 is #23B2DA. Grayscale: #737373. Windows color (decimal): -2339547 or 2444764. OLE color: 2444764.

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

Color convert

RGB 220 77 37 -
CMYK 0 0.65 0.83 0.14
HSL 13.11º 0.72% 0.5% -
HSV(B) 13.11º 0.83% 0.86% -
XYZ 32.5 20.66 4.02 -
YUV 115.2 83.88 202.75 -
System Red Green Blue C M Y K H S L
Decimal 220 77 37 0 0.65 0.83 0.14 13.11 0.72 0.5
Hex DC 4D 25 0 41 53 E D 48 32
Octal 334 115 45 0 101 123 16 15 110 62
Binary 11011100 1001101 100101 0 1000001 1010011 1110 1101 1001000 110010

Color Harmonies of #DC4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D25

Black with #DC4D25

Text Example


Text Example

White with #DC4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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