Html Css Color HEX #D7013B Crimson

📋 copy color: '#D7013B'

red 215 ◦ green 1 ◦ blue 59

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

Shades of Crimson #D7013B

Tints of Crimson #D7013B

RGB

 RED value IS 215 (84.38% from 255) = 78.18%

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

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

R = 78.18%
G = 0.36%
B = 21.45%

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

#D7013B (or 0xD7013B) is known color: Crimson. HEX triplet: D7, 01 and 3B. RGB value is (215,1,59). Sum of RGB (Red+Green+Blue) = 215+1+59=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7013B is #28FEC4. Grayscale: #474747. Windows color (decimal): -2686661 or 3867095. OLE color: 3867095.

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

Color convert

RGB 215 1 59 -
CMYK 0 1.00 0.73 0.16
HSL 343.74º 0.99% 0.42% -
HSV(B) 343.74º 1% 0.84% -
XYZ 28.82 14.78 5.47 -
YUV 71.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 215 1 59 0 1.00 0.73 0.16 343.74 0.99 0.42
Hex D7 1 3B 0 64 49 10 158 63 2A
Octal 327 1 73 0 144 111 20 530 143 52
Binary 11010111 1 111011 0 1100100 1001001 10000 101011000 1100011 101010

Color Harmonies of #D7013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7013B

Black with #D7013B

Text Example


Text Example

White with #D7013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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