Html Css Color HEX #D51F3F Crimson

📋 copy color: '#D51F3F'

red 213 ◦ green 31 ◦ blue 63

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

Shades of Crimson #D51F3F

Tints of Crimson #D51F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 69.38%
G = 10.1%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D51F3F (or 0xD51F3F) is known color: Crimson. HEX triplet: D5, 1F and 3F. RGB value is (213,31,63). Sum of RGB (Red+Green+Blue) = 213+31+63=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51F3F is #2AE0C0. Grayscale: #595959. Windows color (decimal): -2810049 or 4136917. OLE color: 4136917.

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

Color convert

RGB 213 31 63 -
CMYK 0 0.85 0.70 0.16
HSL 349.45º 0.75% 0.48% -
HSV(B) 349.45º 0.85% 0.84% -
XYZ 28.83 15.48 6.17 -
YUV 89.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 213 31 63 0 0.85 0.70 0.16 349.45 0.75 0.48
Hex D5 1F 3F 0 55 46 10 15D 4B 30
Octal 325 37 77 0 125 106 20 535 113 60
Binary 11010101 11111 111111 0 1010101 1000110 10000 101011101 1001011 110000

Color Harmonies of #D51F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F3F

Black with #D51F3F

Text Example


Text Example

White with #D51F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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