Html Css Color HEX #D5012C Crimson

📋 copy color: '#D5012C'

red 213 ◦ green 1 ◦ blue 44

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

Shades of Crimson #D5012C

Tints of Crimson #D5012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 82.56%
G = 0.39%
B = 17.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5012C (or 0xD5012C) is known color: Crimson. HEX triplet: D5, 01 and 2C. RGB value is (213,1,44). Sum of RGB (Red+Green+Blue) = 213+1+44=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D5012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5012C is #2AFED3. Grayscale: #454545. Windows color (decimal): -2817748 or 2884053. OLE color: 2884053.

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

Color convert

RGB 213 1 44 -
CMYK 0 1.00 0.79 0.16
HSL 347.83º 0.99% 0.42% -
HSV(B) 347.83º 1% 0.84% -
XYZ 27.91 14.35 3.68 -
YUV 69.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 213 1 44 0 1.00 0.79 0.16 347.83 0.99 0.42
Hex D5 1 2C 0 64 4F 10 15C 63 2A
Octal 325 1 54 0 144 117 20 534 143 52
Binary 11010101 1 101100 0 1100100 1001111 10000 101011100 1100011 101010

Color Harmonies of #D5012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5012C

Black with #D5012C

Text Example


Text Example

White with #D5012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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