Html Css Color HEX #D50145 Crimson

📋 copy color: '#D50145'

red 213 ◦ green 1 ◦ blue 69

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

Shades of Crimson #D50145

Tints of Crimson #D50145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 75.27%
G = 0.35%
B = 24.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50145 (or 0xD50145) is known color: Crimson. HEX triplet: D5, 01 and 45. RGB value is (213,1,69). Sum of RGB (Red+Green+Blue) = 213+1+69=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D50145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50145 is #2AFEBA. Grayscale: #484848. Windows color (decimal): -2817723 or 4522453. OLE color: 4522453.

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

Color convert

RGB 213 1 69 -
CMYK 0 1.00 0.68 0.16
HSL 340.75º 0.99% 0.42% -
HSV(B) 340.75º 1% 0.84% -
XYZ 28.53 14.6 6.94 -
YUV 72.14 126.24 228.47 -
System Red Green Blue C M Y K H S L
Decimal 213 1 69 0 1.00 0.68 0.16 340.75 0.99 0.42
Hex D5 1 45 0 64 44 10 155 63 2A
Octal 325 1 105 0 144 104 20 525 143 52
Binary 11010101 1 1000101 0 1100100 1000100 10000 101010101 1100011 101010

Color Harmonies of #D50145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50145

Black with #D50145

Text Example


Text Example

White with #D50145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50145; }

 p { color: rgb(213,1,69); }

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

background-color css

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

 a { background-color: rgb(213,1,69); }

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

border-color css

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

 span { border-color: rgb(213,1,69); }

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