Html Css Color HEX #D50A2F Crimson

📋 copy color: '#D50A2F'

red 213 ◦ green 10 ◦ blue 47

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

Shades of Crimson #D50A2F

Tints of Crimson #D50A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 78.89%
G = 3.7%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D50A2F (or 0xD50A2F) is known color: Crimson. HEX triplet: D5, 0A and 2F. RGB value is (213,10,47). Sum of RGB (Red+Green+Blue) = 213+10+47=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A2F is #2AF5D0. Grayscale: #4A4A4A. Windows color (decimal): -2815441 or 3082965. OLE color: 3082965.

HSL color Cylindrical-coordinate representation of color #D50A2F: hue angle of 349.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 10 47 -
CMYK 0 0.95 0.78 0.16
HSL 349.06º 0.91% 0.44% -
HSV(B) 349.06º 0.95% 0.84% -
XYZ 28.06 14.57 4.02 -
YUV 74.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 213 10 47 0 0.95 0.78 0.16 349.06 0.91 0.44
Hex D5 A 2F 0 5F 4E 10 15D 5B 2C
Octal 325 12 57 0 137 116 20 535 133 54
Binary 11010101 1010 101111 0 1011111 1001110 10000 101011101 1011011 101100

Color Harmonies of #D50A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A2F

Black with #D50A2F

Text Example


Text Example

White with #D50A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A2F; }

 p { color: rgb(213,10,47); }

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

background-color css

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

 a { background-color: rgb(213,10,47); }

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

border-color css

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

 span { border-color: rgb(213,10,47); }

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