Html Css Color HEX #D50430 Crimson

📋 copy color: '#D50430'

red 213 ◦ green 4 ◦ blue 48

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

Shades of Crimson #D50430

Tints of Crimson #D50430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 80.38%
G = 1.51%
B = 18.11%

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

#D50430 (or 0xD50430) is known color: Crimson. HEX triplet: D5, 04 and 30. RGB value is (213,4,48). Sum of RGB (Red+Green+Blue) = 213+4+48=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D50430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50430 is #2AFBCF. Grayscale: #474747. Windows color (decimal): -2816976 or 3146965. OLE color: 3146965.

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

Color convert

RGB 213 4 48 -
CMYK 0 0.98 0.77 0.16
HSL 347.37º 0.96% 0.43% -
HSV(B) 347.37º 0.98% 0.84% -
XYZ 28.02 14.45 4.11 -
YUV 71.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 213 4 48 0 0.98 0.77 0.16 347.37 0.96 0.43
Hex D5 4 30 0 62 4D 10 15B 60 2B
Octal 325 4 60 0 142 115 20 533 140 53
Binary 11010101 100 110000 0 1100010 1001101 10000 101011011 1100000 101011

Color Harmonies of #D50430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50430

Black with #D50430

Text Example


Text Example

White with #D50430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50430; }

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

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

background-color css

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

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

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

border-color css

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

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

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