Html Css Color HEX #D50043 Crimson

📋 copy color: '#D50043'

red 213 ◦ green 0 ◦ blue 67

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

Shades of Crimson #D50043

Tints of Crimson #D50043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.07%
G = 0%
B = 23.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D50043 (or 0xD50043) is known color: Crimson. HEX triplet: D5, 00 and 43. RGB value is (213,0,67). Sum of RGB (Red+Green+Blue) = 213+0+67=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D50043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50043 is #2AFFBC. Grayscale: #474747. Windows color (decimal): -2817981 or 4391125. OLE color: 4391125.

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

Color convert

RGB 213 0 67 -
CMYK 0 1 0.69 0.16
HSL 341.13º 1% 0.42% -
HSV(B) 341.13º 1% 0.84% -
XYZ 28.45 14.55 6.62 -
YUV 71.33 125.57 229.05 -
System Red Green Blue C M Y K H S L
Decimal 213 0 67 0 1 0.69 0.16 341.13 1 0.42
Hex D5 0 43 0 64 45 10 155 64 2A
Octal 325 0 103 0 144 105 20 525 144 52
Binary 11010101 0 1000011 0 1100100 1000101 10000 101010101 1100100 101010

Color Harmonies of #D50043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50043

Black with #D50043

Text Example


Text Example

White with #D50043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50043; }

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

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

background-color css

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

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

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

border-color css

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

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

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