Html Css Color HEX #DC3D25 Cinnabar

📋 copy color: '#DC3D25'

red 220 ◦ green 61 ◦ blue 37

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

Shades of Cinnabar #DC3D25

Tints of Cinnabar #DC3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 69.18%
G = 19.18%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3D25 (or 0xDC3D25) is known color: Cinnabar. HEX triplet: DC, 3D and 25. RGB value is (220,61,37). Sum of RGB (Red+Green+Blue) = 220+61+37=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D25 is #23C2DA. Grayscale: #6A6A6A. Windows color (decimal): -2343643 or 2440668. OLE color: 2440668.

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

Color convert

RGB 220 61 37 -
CMYK 0 0.72 0.83 0.14
HSL 7.87º 0.72% 0.5% -
HSV(B) 7.87º 0.83% 0.86% -
XYZ 31.52 18.69 3.7 -
YUV 105.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 220 61 37 0 0.72 0.83 0.14 7.87 0.72 0.5
Hex DC 3D 25 0 48 53 E 8 48 32
Octal 334 75 45 0 110 123 16 10 110 62
Binary 11011100 111101 100101 0 1001000 1010011 1110 1000 1001000 110010

Color Harmonies of #DC3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D25

Black with #DC3D25

Text Example


Text Example

White with #DC3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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