Html Css Color HEX #D50530 Crimson

📋 copy color: '#D50530'

red 213 ◦ green 5 ◦ blue 48

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

Shades of Crimson #D50530

Tints of Crimson #D50530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 80.08%
G = 1.88%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50530 (or 0xD50530) is known color: Crimson. HEX triplet: D5, 05 and 30. RGB value is (213,5,48). Sum of RGB (Red+Green+Blue) = 213+5+48=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D50530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50530 is #2AFACF. Grayscale: #484848. Windows color (decimal): -2816720 or 3147221. OLE color: 3147221.

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

Color convert

RGB 213 5 48 -
CMYK 0 0.98 0.77 0.16
HSL 347.6º 0.95% 0.43% -
HSV(B) 347.6º 0.98% 0.84% -
XYZ 28.03 14.47 4.11 -
YUV 72.09 114.41 228.5 -
System Red Green Blue C M Y K H S L
Decimal 213 5 48 0 0.98 0.77 0.16 347.6 0.95 0.43
Hex D5 5 30 0 62 4D 10 15C 5F 2B
Octal 325 5 60 0 142 115 20 534 137 53
Binary 11010101 101 110000 0 1100010 1001101 10000 101011100 1011111 101011

Color Harmonies of #D50530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50530

Black with #D50530

Text Example


Text Example

White with #D50530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50530; }

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

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

background-color css

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

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

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

border-color css

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

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

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