Html Css Color HEX #DC0F2F Crimson

📋 copy color: '#DC0F2F'

red 220 ◦ green 15 ◦ blue 47

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

Shades of Crimson #DC0F2F

Tints of Crimson #DC0F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 78.01%
G = 5.32%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC0F2F (or 0xDC0F2F) is known color: Crimson. HEX triplet: DC, 0F and 2F. RGB value is (220,15,47). Sum of RGB (Red+Green+Blue) = 220+15+47=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F2F is #23F0D0. Grayscale: #505050. Windows color (decimal): -2355409 or 3084252. OLE color: 3084252.

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

Color convert

RGB 220 15 47 -
CMYK 0 0.93 0.79 0.14
HSL 350.63º 0.87% 0.46% -
HSV(B) 350.63º 0.93% 0.86% -
XYZ 30.2 15.76 4.14 -
YUV 79.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 220 15 47 0 0.93 0.79 0.14 350.63 0.87 0.46
Hex DC F 2F 0 5D 4F E 15F 57 2E
Octal 334 17 57 0 135 117 16 537 127 56
Binary 11011100 1111 101111 0 1011101 1001111 1110 101011111 1010111 101110

Color Harmonies of #DC0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F2F

Black with #DC0F2F

Text Example


Text Example

White with #DC0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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