Html Css Color HEX #DC012E Crimson

📋 copy color: '#DC012E'

red 220 ◦ green 1 ◦ blue 46

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

Shades of Crimson #DC012E

Tints of Crimson #DC012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 82.4%
G = 0.37%
B = 17.23%

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

#DC012E (or 0xDC012E) is known color: Crimson. HEX triplet: DC, 01 and 2E. RGB value is (220,1,46). Sum of RGB (Red+Green+Blue) = 220+1+46=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC012E is #23FED1. Grayscale: #474747. Windows color (decimal): -2358994 or 3015132. OLE color: 3015132.

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

Color convert

RGB 220 1 46 -
CMYK 0 1.00 0.79 0.14
HSL 347.67º 0.99% 0.43% -
HSV(B) 347.67º 1% 0.86% -
XYZ 30.02 15.43 3.98 -
YUV 71.61 113.55 233.84 -
System Red Green Blue C M Y K H S L
Decimal 220 1 46 0 1.00 0.79 0.14 347.67 0.99 0.43
Hex DC 1 2E 0 64 4F E 15C 63 2B
Octal 334 1 56 0 144 117 16 534 143 53
Binary 11011100 1 101110 0 1100100 1001111 1110 101011100 1100011 101011

Color Harmonies of #DC012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC012E

Black with #DC012E

Text Example


Text Example

White with #DC012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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