Html Css Color HEX #D50834 Crimson

📋 copy color: '#D50834'

red 213 ◦ green 8 ◦ blue 52

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

Shades of Crimson #D50834

Tints of Crimson #D50834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 78.02%
G = 2.93%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D50834 (or 0xD50834) is known color: Crimson. HEX triplet: D5, 08 and 34. RGB value is (213,8,52). Sum of RGB (Red+Green+Blue) = 213+8+52=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50834 is #2AF7CB. Grayscale: #4A4A4A. Windows color (decimal): -2815948 or 3410133. OLE color: 3410133.

HSL color Cylindrical-coordinate representation of color #D50834: hue angle of 347.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50834 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 52 -
CMYK 0 0.96 0.76 0.16
HSL 347.12º 0.93% 0.43% -
HSV(B) 347.12º 0.96% 0.84% -
XYZ 28.15 14.57 4.58 -
YUV 74.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 213 8 52 0 0.96 0.76 0.16 347.12 0.93 0.43
Hex D5 8 34 0 60 4C 10 15B 5D 2B
Octal 325 10 64 0 140 114 20 533 135 53
Binary 11010101 1000 110100 0 1100000 1001100 10000 101011011 1011101 101011

Color Harmonies of #D50834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50834

Black with #D50834

Text Example


Text Example

White with #D50834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50834; }

 p { color: rgb(213,8,52); }

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

background-color css

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

 a { background-color: rgb(213,8,52); }

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

border-color css

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

 span { border-color: rgb(213,8,52); }

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