Html Css Color HEX #D50830 Crimson

📋 copy color: '#D50830'

red 213 ◦ green 8 ◦ blue 48

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

Shades of Crimson #D50830

Tints of Crimson #D50830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 79.18%
G = 2.97%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50830 (or 0xD50830) is known color: Crimson. HEX triplet: D5, 08 and 30. RGB value is (213,8,48). Sum of RGB (Red+Green+Blue) = 213+8+48=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D50830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50830 is #2AF7CF. Grayscale: #494949. Windows color (decimal): -2815952 or 3147989. OLE color: 3147989.

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

Color convert

RGB 213 8 48 -
CMYK 0 0.96 0.77 0.16
HSL 348.29º 0.93% 0.43% -
HSV(B) 348.29º 0.96% 0.84% -
XYZ 28.06 14.53 4.12 -
YUV 73.86 113.42 227.25 -
System Red Green Blue C M Y K H S L
Decimal 213 8 48 0 0.96 0.77 0.16 348.29 0.93 0.43
Hex D5 8 30 0 60 4D 10 15C 5D 2B
Octal 325 10 60 0 140 115 20 534 135 53
Binary 11010101 1000 110000 0 1100000 1001101 10000 101011100 1011101 101011

Color Harmonies of #D50830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50830

Black with #D50830

Text Example


Text Example

White with #D50830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50830; }

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

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

background-color css

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

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

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

border-color css

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

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

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