Html Css Color HEX #DC012F Crimson

📋 copy color: '#DC012F'

red 220 ◦ green 1 ◦ blue 47

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

Shades of Crimson #DC012F

Tints of Crimson #DC012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 82.09%
G = 0.37%
B = 17.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC012F (or 0xDC012F) is known color: Crimson. HEX triplet: DC, 01 and 2F. RGB value is (220,1,47). Sum of RGB (Red+Green+Blue) = 220+1+47=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC012F is #23FED0. Grayscale: #474747. Windows color (decimal): -2358993 or 3080668. OLE color: 3080668.

HSL color Cylindrical-coordinate representation of color #DC012F: hue angle of 347.4º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 47 -
CMYK 0 1.00 0.79 0.14
HSL 347.4º 0.99% 0.43% -
HSV(B) 347.4º 1% 0.86% -
XYZ 30.04 15.44 4.09 -
YUV 71.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 220 1 47 0 1.00 0.79 0.14 347.4 0.99 0.43
Hex DC 1 2F 0 64 4F E 15B 63 2B
Octal 334 1 57 0 144 117 16 533 143 53
Binary 11011100 1 101111 0 1100100 1001111 1110 101011011 1100011 101011

Color Harmonies of #DC012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC012F

Black with #DC012F

Text Example


Text Example

White with #DC012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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