Html Css Color HEX #D50341 Crimson

📋 copy color: '#D50341'

red 213 ◦ green 3 ◦ blue 65

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

Shades of Crimson #D50341

Tints of Crimson #D50341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 75.8%
G = 1.07%
B = 23.13%

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

#D50341 (or 0xD50341) is known color: Crimson. HEX triplet: D5, 03 and 41. RGB value is (213,3,65). Sum of RGB (Red+Green+Blue) = 213+3+65=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D50341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50341 is #2AFCBE. Grayscale: #484848. Windows color (decimal): -2817215 or 4260821. OLE color: 4260821.

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

Color convert

RGB 213 3 65 -
CMYK 0 0.99 0.69 0.16
HSL 342.29º 0.97% 0.42% -
HSV(B) 342.29º 0.99% 0.84% -
XYZ 28.43 14.59 6.32 -
YUV 72.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 213 3 65 0 0.99 0.69 0.16 342.29 0.97 0.42
Hex D5 3 41 0 63 45 10 156 61 2A
Octal 325 3 101 0 143 105 20 526 141 52
Binary 11010101 11 1000001 0 1100011 1000101 10000 101010110 1100001 101010

Color Harmonies of #D50341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50341

Black with #D50341

Text Example


Text Example

White with #D50341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50341; }

 p { color: rgb(213,3,65); }

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

background-color css

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

 a { background-color: rgb(213,3,65); }

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

border-color css

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

 span { border-color: rgb(213,3,65); }

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