Html Css Color HEX #DC0936 Crimson

📋 copy color: '#DC0936'

red 220 ◦ green 9 ◦ blue 54

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

Shades of Crimson #DC0936

Tints of Crimson #DC0936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 77.74%
G = 3.18%
B = 19.08%

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

#DC0936 (or 0xDC0936) is known color: Crimson. HEX triplet: DC, 09 and 36. RGB value is (220,9,54). Sum of RGB (Red+Green+Blue) = 220+9+54=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0936 is #23F6C9. Grayscale: #4D4D4D. Windows color (decimal): -2356938 or 3541468. OLE color: 3541468.

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

Color convert

RGB 220 9 54 -
CMYK 0 0.96 0.75 0.14
HSL 347.2º 0.92% 0.45% -
HSV(B) 347.2º 0.96% 0.86% -
XYZ 30.28 15.68 4.92 -
YUV 77.22 114.9 229.84 -
System Red Green Blue C M Y K H S L
Decimal 220 9 54 0 0.96 0.75 0.14 347.2 0.92 0.45
Hex DC 9 36 0 60 4B E 15B 5C 2D
Octal 334 11 66 0 140 113 16 533 134 55
Binary 11011100 1001 110110 0 1100000 1001011 1110 101011011 1011100 101101

Color Harmonies of #DC0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0936

Black with #DC0936

Text Example


Text Example

White with #DC0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0936; }

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

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

background-color css

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

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

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

border-color css

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

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

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