Html Css Color HEX #D50348 Crimson

📋 copy color: '#D50348'

red 213 ◦ green 3 ◦ blue 72

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

Shades of Crimson #D50348

Tints of Crimson #D50348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 73.96%
G = 1.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D50348 (or 0xD50348) is known color: Crimson. HEX triplet: D5, 03 and 48. RGB value is (213,3,72). Sum of RGB (Red+Green+Blue) = 213+3+72=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D50348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50348 is #2AFCB7. Grayscale: #494949. Windows color (decimal): -2817208 or 4719573. OLE color: 4719573.

HSL color Cylindrical-coordinate representation of color #D50348: hue angle of 340.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50348 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 72 -
CMYK 0 0.99 0.66 0.16
HSL 340.29º 0.97% 0.42% -
HSV(B) 340.29º 0.99% 0.84% -
XYZ 28.64 14.68 7.45 -
YUV 73.66 127.07 227.39 -
System Red Green Blue C M Y K H S L
Decimal 213 3 72 0 0.99 0.66 0.16 340.29 0.97 0.42
Hex D5 3 48 0 63 42 10 154 61 2A
Octal 325 3 110 0 143 102 20 524 141 52
Binary 11010101 11 1001000 0 1100011 1000010 10000 101010100 1100001 101010

Color Harmonies of #D50348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50348

Black with #D50348

Text Example


Text Example

White with #D50348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50348; }

 p { color: rgb(213,3,72); }

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

background-color css

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

 a { background-color: rgb(213,3,72); }

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

border-color css

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

 span { border-color: rgb(213,3,72); }

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