Html Css Color HEX #DC0F2A Crimson

📋 copy color: '#DC0F2A'

red 220 ◦ green 15 ◦ blue 42

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

Shades of Crimson #DC0F2A

Tints of Crimson #DC0F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 79.42%
G = 5.42%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC0F2A (or 0xDC0F2A) is known color: Crimson. HEX triplet: DC, 0F and 2A. RGB value is (220,15,42). Sum of RGB (Red+Green+Blue) = 220+15+42=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F2A is #23F0D5. Grayscale: #4F4F4F. Windows color (decimal): -2355414 or 2756572. OLE color: 2756572.

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

Color convert

RGB 220 15 42 -
CMYK 0 0.93 0.81 0.14
HSL 352.1º 0.87% 0.46% -
HSV(B) 352.1º 0.93% 0.86% -
XYZ 30.1 15.72 3.64 -
YUV 79.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 220 15 42 0 0.93 0.81 0.14 352.1 0.87 0.46
Hex DC F 2A 0 5D 51 E 160 57 2E
Octal 334 17 52 0 135 121 16 540 127 56
Binary 11011100 1111 101010 0 1011101 1010001 1110 101100000 1010111 101110

Color Harmonies of #DC0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F2A

Black with #DC0F2A

Text Example


Text Example

White with #DC0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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