Html Css Color HEX #D51F45 Crimson

📋 copy color: '#D51F45'

red 213 ◦ green 31 ◦ blue 69

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

Shades of Crimson #D51F45

Tints of Crimson #D51F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 68.05%
G = 9.9%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D51F45 (or 0xD51F45) is known color: Crimson. HEX triplet: D5, 1F and 45. RGB value is (213,31,69). Sum of RGB (Red+Green+Blue) = 213+31+69=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51F45 is #2AE0BA. Grayscale: #595959. Windows color (decimal): -2810043 or 4530133. OLE color: 4530133.

HSL color Cylindrical-coordinate representation of color #D51F45: hue angle of 347.47º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51F45 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 69 -
CMYK 0 0.85 0.68 0.16
HSL 347.47º 0.75% 0.48% -
HSV(B) 347.47º 0.85% 0.84% -
XYZ 29 15.56 7.1 -
YUV 89.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 213 31 69 0 0.85 0.68 0.16 347.47 0.75 0.48
Hex D5 1F 45 0 55 44 10 15B 4B 30
Octal 325 37 105 0 125 104 20 533 113 60
Binary 11010101 11111 1000101 0 1010101 1000100 10000 101011011 1001011 110000

Color Harmonies of #D51F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F45

Black with #D51F45

Text Example


Text Example

White with #D51F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F45; }

 p { color: rgb(213,31,69); }

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

background-color css

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

 a { background-color: rgb(213,31,69); }

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

border-color css

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

 span { border-color: rgb(213,31,69); }

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