Html Css Color HEX #D6012C Crimson

📋 copy color: '#D6012C'

red 214 ◦ green 1 ◦ blue 44

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

Shades of Crimson #D6012C

Tints of Crimson #D6012C

RGB

 RED value IS 214 (83.98% from 255) = 82.63%

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

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 82.63%
G = 0.39%
B = 16.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6012C (or 0xD6012C) is known color: Crimson. HEX triplet: D6, 01 and 2C. RGB value is (214,1,44). Sum of RGB (Red+Green+Blue) = 214+1+44=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D6012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6012C is #29FED3. Grayscale: #454545. Windows color (decimal): -2752212 or 2884054. OLE color: 2884054.

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

Color convert

RGB 214 1 44 -
CMYK 0 1.00 0.79 0.16
HSL 347.89º 0.99% 0.42% -
HSV(B) 347.89º 1% 0.84% -
XYZ 28.2 14.5 3.7 -
YUV 69.59 113.57 231 -
System Red Green Blue C M Y K H S L
Decimal 214 1 44 0 1.00 0.79 0.16 347.89 0.99 0.42
Hex D6 1 2C 0 64 4F 10 15C 63 2A
Octal 326 1 54 0 144 117 20 534 143 52
Binary 11010110 1 101100 0 1100100 1001111 10000 101011100 1100011 101010

Color Harmonies of #D6012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6012C

Black with #D6012C

Text Example


Text Example

White with #D6012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6012C; }

 p { color: rgb(214,1,44); }

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

background-color css

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

 a { background-color: rgb(214,1,44); }

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

border-color css

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

 span { border-color: rgb(214,1,44); }

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