Html Css Color HEX #D50143 Crimson

📋 copy color: '#D50143'

red 213 ◦ green 1 ◦ blue 67

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

Shades of Crimson #D50143

Tints of Crimson #D50143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 75.8%
G = 0.36%
B = 23.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D50143 (or 0xD50143) is known color: Crimson. HEX triplet: D5, 01 and 43. RGB value is (213,1,67). Sum of RGB (Red+Green+Blue) = 213+1+67=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D50143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50143 is #2AFEBC. Grayscale: #474747. Windows color (decimal): -2817725 or 4391381. OLE color: 4391381.

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

Color convert

RGB 213 1 67 -
CMYK 0 1.00 0.69 0.16
HSL 341.32º 0.99% 0.42% -
HSV(B) 341.32º 1% 0.84% -
XYZ 28.46 14.57 6.62 -
YUV 71.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 213 1 67 0 1.00 0.69 0.16 341.32 0.99 0.42
Hex D5 1 43 0 64 45 10 155 63 2A
Octal 325 1 103 0 144 105 20 525 143 52
Binary 11010101 1 1000011 0 1100100 1000101 10000 101010101 1100011 101010

Color Harmonies of #D50143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50143

Black with #D50143

Text Example


Text Example

White with #D50143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50143; }

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

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

background-color css

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

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

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

border-color css

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

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

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