Html Css Color HEX #D50740 Crimson

📋 copy color: '#D50740'

red 213 ◦ green 7 ◦ blue 64

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

Shades of Crimson #D50740

Tints of Crimson #D50740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 75%
G = 2.46%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D50740 (or 0xD50740) is known color: Crimson. HEX triplet: D5, 07 and 40. RGB value is (213,7,64). Sum of RGB (Red+Green+Blue) = 213+7+64=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D50740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50740 is #2AF8BF. Grayscale: #4B4B4B. Windows color (decimal): -2816192 or 4196309. OLE color: 4196309.

HSL color Cylindrical-coordinate representation of color #D50740: hue angle of 343.4º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50740 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 64 -
CMYK 0 0.97 0.70 0.16
HSL 343.4º 0.94% 0.43% -
HSV(B) 343.4º 0.97% 0.84% -
XYZ 28.44 14.67 6.18 -
YUV 75.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 213 7 64 0 0.97 0.70 0.16 343.4 0.94 0.43
Hex D5 7 40 0 61 46 10 157 5E 2B
Octal 325 7 100 0 141 106 20 527 136 53
Binary 11010101 111 1000000 0 1100001 1000110 10000 101010111 1011110 101011

Color Harmonies of #D50740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50740

Black with #D50740

Text Example


Text Example

White with #D50740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50740; }

 p { color: rgb(213,7,64); }

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

background-color css

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

 a { background-color: rgb(213,7,64); }

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

border-color css

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

 span { border-color: rgb(213,7,64); }

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