Html Css Color HEX #D0012E Crimson

📋 copy color: '#D0012E'

red 208 ◦ green 1 ◦ blue 46

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

Shades of Crimson #D0012E

Tints of Crimson #D0012E

RGB

 RED value IS 208 (81.64% from 255) = 81.57%

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

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

R = 81.57%
G = 0.39%
B = 18.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0012E (or 0xD0012E) is known color: Crimson. HEX triplet: D0, 01 and 2E. RGB value is (208,1,46). Sum of RGB (Red+Green+Blue) = 208+1+46=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0012E is #2FFED1. Grayscale: #444444. Windows color (decimal): -3145426 or 3015120. OLE color: 3015120.

HSL color Cylindrical-coordinate representation of color #D0012E: hue angle of 346.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0012E is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 46 -
CMYK 0 1.00 0.78 0.18
HSL 346.96º 0.99% 0.41% -
HSV(B) 346.96º 1% 0.82% -
XYZ 26.52 13.63 3.82 -
YUV 68.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 208 1 46 0 1.00 0.78 0.18 346.96 0.99 0.41
Hex D0 1 2E 0 64 4E 12 15B 63 29
Octal 320 1 56 0 144 116 22 533 143 51
Binary 11010000 1 101110 0 1100100 1001110 10010 101011011 1100011 101001

Color Harmonies of #D0012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0012E

Black with #D0012E

Text Example


Text Example

White with #D0012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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