Html Css Color HEX #D6013A Crimson

📋 copy color: '#D6013A'

red 214 ◦ green 1 ◦ blue 58

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

Shades of Crimson #D6013A

Tints of Crimson #D6013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 78.39%
G = 0.37%
B = 21.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6013A (or 0xD6013A) is known color: Crimson. HEX triplet: D6, 01 and 3A. RGB value is (214,1,58). Sum of RGB (Red+Green+Blue) = 214+1+58=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6013A is #29FEC5. Grayscale: #474747. Windows color (decimal): -2752198 or 3801558. OLE color: 3801558.

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

Color convert

RGB 214 1 58 -
CMYK 0 1.00 0.73 0.16
HSL 343.94º 0.99% 0.42% -
HSV(B) 343.94º 1% 0.84% -
XYZ 28.51 14.62 5.32 -
YUV 71.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 214 1 58 0 1.00 0.73 0.16 343.94 0.99 0.42
Hex D6 1 3A 0 64 49 10 158 63 2A
Octal 326 1 72 0 144 111 20 530 143 52
Binary 11010110 1 111010 0 1100100 1001001 10000 101011000 1100011 101010

Color Harmonies of #D6013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6013A

Black with #D6013A

Text Example


Text Example

White with #D6013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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