Html Css Color HEX #D5013D Crimson

📋 copy color: '#D5013D'

red 213 ◦ green 1 ◦ blue 61

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

Shades of Crimson #D5013D

Tints of Crimson #D5013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 77.45%
G = 0.36%
B = 22.18%

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

#D5013D (or 0xD5013D) is known color: Crimson. HEX triplet: D5, 01 and 3D. RGB value is (213,1,61). Sum of RGB (Red+Green+Blue) = 213+1+61=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5013D is #2AFEC2. Grayscale: #474747. Windows color (decimal): -2817731 or 3998165. OLE color: 3998165.

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

Color convert

RGB 213 1 61 -
CMYK 0 1.00 0.71 0.16
HSL 343.02º 0.99% 0.42% -
HSV(B) 343.02º 1% 0.84% -
XYZ 28.29 14.5 5.72 -
YUV 71.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 213 1 61 0 1.00 0.71 0.16 343.02 0.99 0.42
Hex D5 1 3D 0 64 47 10 157 63 2A
Octal 325 1 75 0 144 107 20 527 143 52
Binary 11010101 1 111101 0 1100100 1000111 10000 101010111 1100011 101010

Color Harmonies of #D5013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5013D

Black with #D5013D

Text Example


Text Example

White with #D5013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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