Html Css Color HEX #D50A32 Crimson

📋 copy color: '#D50A32'

red 213 ◦ green 10 ◦ blue 50

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

Shades of Crimson #D50A32

Tints of Crimson #D50A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 78.02%
G = 3.66%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50A32 (or 0xD50A32) is known color: Crimson. HEX triplet: D5, 0A and 32. RGB value is (213,10,50). Sum of RGB (Red+Green+Blue) = 213+10+50=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A32 is #2AF5CD. Grayscale: #4B4B4B. Windows color (decimal): -2815438 or 3279573. OLE color: 3279573.

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

Color convert

RGB 213 10 50 -
CMYK 0 0.95 0.77 0.16
HSL 348.18º 0.91% 0.44% -
HSV(B) 348.18º 0.95% 0.84% -
XYZ 28.12 14.59 4.35 -
YUV 75.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 213 10 50 0 0.95 0.77 0.16 348.18 0.91 0.44
Hex D5 A 32 0 5F 4D 10 15C 5B 2C
Octal 325 12 62 0 137 115 20 534 133 54
Binary 11010101 1010 110010 0 1011111 1001101 10000 101011100 1011011 101100

Color Harmonies of #D50A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A32

Black with #D50A32

Text Example


Text Example

White with #D50A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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