Html Css Color HEX #D5013B Crimson

📋 copy color: '#D5013B'

red 213 ◦ green 1 ◦ blue 59

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

Shades of Crimson #D5013B

Tints of Crimson #D5013B

RGB

 RED value IS 213 (83.59% from 255) = 78.02%

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

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

R = 78.02%
G = 0.37%
B = 21.61%

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

#D5013B (or 0xD5013B) is known color: Crimson. HEX triplet: D5, 01 and 3B. RGB value is (213,1,59). Sum of RGB (Red+Green+Blue) = 213+1+59=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5013B is #2AFEC4. Grayscale: #464646. Windows color (decimal): -2817733 or 3867093. OLE color: 3867093.

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

Color convert

RGB 213 1 59 -
CMYK 0 1.00 0.72 0.16
HSL 343.58º 0.99% 0.42% -
HSV(B) 343.58º 1% 0.84% -
XYZ 28.24 14.48 5.44 -
YUV 71 121.24 229.28 -
System Red Green Blue C M Y K H S L
Decimal 213 1 59 0 1.00 0.72 0.16 343.58 0.99 0.42
Hex D5 1 3B 0 64 48 10 158 63 2A
Octal 325 1 73 0 144 110 20 530 143 52
Binary 11010101 1 111011 0 1100100 1001000 10000 101011000 1100011 101010

Color Harmonies of #D5013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5013B

Black with #D5013B

Text Example


Text Example

White with #D5013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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