Html Css Color HEX #D50239 Crimson

📋 copy color: '#D50239'

red 213 ◦ green 2 ◦ blue 57

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

Shades of Crimson #D50239

Tints of Crimson #D50239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 57 (22.66% from 255) = 20.96%

R = 78.31%
G = 0.74%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D50239 (or 0xD50239) is known color: Crimson. HEX triplet: D5, 02 and 39. RGB value is (213,2,57). Sum of RGB (Red+Green+Blue) = 213+2+57=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D50239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50239 is #2AFDC6. Grayscale: #474747. Windows color (decimal): -2817479 or 3736277. OLE color: 3736277.

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

Color convert

RGB 213 2 57 -
CMYK 0 0.99 0.73 0.16
HSL 344.36º 0.98% 0.42% -
HSV(B) 344.36º 0.99% 0.84% -
XYZ 28.2 14.48 5.18 -
YUV 71.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 213 2 57 0 0.99 0.73 0.16 344.36 0.98 0.42
Hex D5 2 39 0 63 49 10 158 62 2A
Octal 325 2 71 0 143 111 20 530 142 52
Binary 11010101 10 111001 0 1100011 1001001 10000 101011000 1100010 101010

Color Harmonies of #D50239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50239

Black with #D50239

Text Example


Text Example

White with #D50239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50239; }

 p { color: rgb(213,2,57); }

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

background-color css

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

 a { background-color: rgb(213,2,57); }

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

border-color css

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

 span { border-color: rgb(213,2,57); }

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