Html Css Color HEX #D6013F Crimson

📋 copy color: '#D6013F'

red 214 ◦ green 1 ◦ blue 63

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

Shades of Crimson #D6013F

Tints of Crimson #D6013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 76.98%
G = 0.36%
B = 22.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6013F (or 0xD6013F) is known color: Crimson. HEX triplet: D6, 01 and 3F. RGB value is (214,1,63). Sum of RGB (Red+Green+Blue) = 214+1+63=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6013F is #29FEC0. Grayscale: #474747. Windows color (decimal): -2752193 or 4129238. OLE color: 4129238.

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

Color convert

RGB 214 1 63 -
CMYK 0 1.00 0.71 0.16
HSL 342.54º 0.99% 0.42% -
HSV(B) 342.54º 1% 0.84% -
XYZ 28.64 14.68 6.03 -
YUV 71.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 214 1 63 0 1.00 0.71 0.16 342.54 0.99 0.42
Hex D6 1 3F 0 64 47 10 157 63 2A
Octal 326 1 77 0 144 107 20 527 143 52
Binary 11010110 1 111111 0 1100100 1000111 10000 101010111 1100011 101010

Color Harmonies of #D6013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6013F

Black with #D6013F

Text Example


Text Example

White with #D6013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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