Html Css Color HEX #D50243 Crimson

📋 copy color: '#D50243'

red 213 ◦ green 2 ◦ blue 67

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

Shades of Crimson #D50243

Tints of Crimson #D50243

RGB

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

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

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

R = 75.53%
G = 0.71%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D50243 (or 0xD50243) is known color: Crimson. HEX triplet: D5, 02 and 43. RGB value is (213,2,67). Sum of RGB (Red+Green+Blue) = 213+2+67=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D50243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50243 is #2AFDBC. Grayscale: #484848. Windows color (decimal): -2817469 or 4391637. OLE color: 4391637.

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

Color convert

RGB 213 2 67 -
CMYK 0 0.99 0.69 0.16
HSL 341.52º 0.98% 0.42% -
HSV(B) 341.52º 0.99% 0.84% -
XYZ 28.48 14.59 6.63 -
YUV 72.5 124.9 228.21 -
System Red Green Blue C M Y K H S L
Decimal 213 2 67 0 0.99 0.69 0.16 341.52 0.98 0.42
Hex D5 2 43 0 63 45 10 156 62 2A
Octal 325 2 103 0 143 105 20 526 142 52
Binary 11010101 10 1000011 0 1100011 1000101 10000 101010110 1100010 101010

Color Harmonies of #D50243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50243

Black with #D50243

Text Example


Text Example

White with #D50243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50243; }

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

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

background-color css

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

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

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

border-color css

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

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

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