Html Css Color HEX #DC3725 Cinnabar

📋 copy color: '#DC3725'

red 220 ◦ green 55 ◦ blue 37

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

Shades of Cinnabar #DC3725

Tints of Cinnabar #DC3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 70.51%
G = 17.63%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3725 (or 0xDC3725) is known color: Cinnabar. HEX triplet: DC, 37 and 25. RGB value is (220,55,37). Sum of RGB (Red+Green+Blue) = 220+55+37=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3725 is #23C8DA. Grayscale: #666666. Windows color (decimal): -2345179 or 2439132. OLE color: 2439132.

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

Color convert

RGB 220 55 37 -
CMYK 0 0.75 0.83 0.14
HSL 5.9º 0.72% 0.5% -
HSV(B) 5.9º 0.83% 0.86% -
XYZ 31.22 18.08 3.6 -
YUV 102.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 220 55 37 0 0.75 0.83 0.14 5.9 0.72 0.5
Hex DC 37 25 0 4B 53 E 6 48 32
Octal 334 67 45 0 113 123 16 6 110 62
Binary 11011100 110111 100101 0 1001011 1010011 1110 110 1001000 110010

Color Harmonies of #DC3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3725

Black with #DC3725

Text Example


Text Example

White with #DC3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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