Html Css Color HEX #D6013B Crimson

📋 copy color: '#D6013B'

red 214 ◦ green 1 ◦ blue 59

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

Shades of Crimson #D6013B

Tints of Crimson #D6013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 78.1%
G = 0.36%
B = 21.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6013B (or 0xD6013B) is known color: Crimson. HEX triplet: D6, 01 and 3B. RGB value is (214,1,59). Sum of RGB (Red+Green+Blue) = 214+1+59=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6013B is #29FEC4. Grayscale: #474747. Windows color (decimal): -2752197 or 3867094. OLE color: 3867094.

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

Color convert

RGB 214 1 59 -
CMYK 0 1.00 0.72 0.16
HSL 343.66º 0.99% 0.42% -
HSV(B) 343.66º 1% 0.84% -
XYZ 28.53 14.63 5.46 -
YUV 71.3 121.07 229.78 -
System Red Green Blue C M Y K H S L
Decimal 214 1 59 0 1.00 0.72 0.16 343.66 0.99 0.42
Hex D6 1 3B 0 64 48 10 158 63 2A
Octal 326 1 73 0 144 110 20 530 143 52
Binary 11010110 1 111011 0 1100100 1001000 10000 101011000 1100011 101010

Color Harmonies of #D6013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6013B

Black with #D6013B

Text Example


Text Example

White with #D6013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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