Html Css Color HEX #DC0937 Crimson

📋 copy color: '#DC0937'

red 220 ◦ green 9 ◦ blue 55

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

Shades of Crimson #DC0937

Tints of Crimson #DC0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 77.46%
G = 3.17%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0937 (or 0xDC0937) is known color: Crimson. HEX triplet: DC, 09 and 37. RGB value is (220,9,55). Sum of RGB (Red+Green+Blue) = 220+9+55=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0937 is #23F6C8. Grayscale: #4D4D4D. Windows color (decimal): -2356937 or 3607004. OLE color: 3607004.

HSL color Cylindrical-coordinate representation of color #DC0937: hue angle of 346.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0937 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 55 -
CMYK 0 0.96 0.75 0.14
HSL 346.92º 0.92% 0.45% -
HSV(B) 346.92º 0.96% 0.86% -
XYZ 30.3 15.69 5.05 -
YUV 77.33 115.4 229.76 -
System Red Green Blue C M Y K H S L
Decimal 220 9 55 0 0.96 0.75 0.14 346.92 0.92 0.45
Hex DC 9 37 0 60 4B E 15B 5C 2D
Octal 334 11 67 0 140 113 16 533 134 55
Binary 11011100 1001 110111 0 1100000 1001011 1110 101011011 1011100 101101

Color Harmonies of #DC0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0937

Black with #DC0937

Text Example


Text Example

White with #DC0937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0937; }

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

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

background-color css

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

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

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

border-color css

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

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

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