Html Css Color HEX #DC0F32 Crimson

📋 copy color: '#DC0F32'

red 220 ◦ green 15 ◦ blue 50

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

Shades of Crimson #DC0F32

Tints of Crimson #DC0F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

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

R = 77.19%
G = 5.26%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC0F32 (or 0xDC0F32) is known color: Crimson. HEX triplet: DC, 0F and 32. RGB value is (220,15,50). Sum of RGB (Red+Green+Blue) = 220+15+50=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F32 is #23F0CD. Grayscale: #505050. Windows color (decimal): -2355406 or 3280860. OLE color: 3280860.

HSL color Cylindrical-coordinate representation of color #DC0F32: hue angle of 349.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F32 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 50 -
CMYK 0 0.93 0.77 0.14
HSL 349.76º 0.87% 0.46% -
HSV(B) 349.76º 0.93% 0.86% -
XYZ 30.26 15.79 4.47 -
YUV 80.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 220 15 50 0 0.93 0.77 0.14 349.76 0.87 0.46
Hex DC F 32 0 5D 4D E 15E 57 2E
Octal 334 17 62 0 135 115 16 536 127 56
Binary 11011100 1111 110010 0 1011101 1001101 1110 101011110 1010111 101110

Color Harmonies of #DC0F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F32

Black with #DC0F32

Text Example


Text Example

White with #DC0F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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