Html Css Color HEX #DC0932 Crimson

📋 copy color: '#DC0932'

red 220 ◦ green 9 ◦ blue 50

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

Shades of Crimson #DC0932

Tints of Crimson #DC0932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 78.85%
G = 3.23%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC0932 (or 0xDC0932) is known color: Crimson. HEX triplet: DC, 09 and 32. RGB value is (220,9,50). Sum of RGB (Red+Green+Blue) = 220+9+50=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0932 is #23F6CD. Grayscale: #4C4C4C. Windows color (decimal): -2356942 or 3279324. OLE color: 3279324.

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

Color convert

RGB 220 9 50 -
CMYK 0 0.96 0.77 0.14
HSL 348.34º 0.92% 0.45% -
HSV(B) 348.34º 0.96% 0.86% -
XYZ 30.19 15.64 4.45 -
YUV 76.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 220 9 50 0 0.96 0.77 0.14 348.34 0.92 0.45
Hex DC 9 32 0 60 4D E 15C 5C 2D
Octal 334 11 62 0 140 115 16 534 134 55
Binary 11011100 1001 110010 0 1100000 1001101 1110 101011100 1011100 101101

Color Harmonies of #DC0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0932

Black with #DC0932

Text Example


Text Example

White with #DC0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0932; }

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

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

background-color css

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

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

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

border-color css

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

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

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