Html Css Color HEX #D50345 Crimson

📋 copy color: '#D50345'

red 213 ◦ green 3 ◦ blue 69

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

Shades of Crimson #D50345

Tints of Crimson #D50345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 74.74%
G = 1.05%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50345 (or 0xD50345) is known color: Crimson. HEX triplet: D5, 03 and 45. RGB value is (213,3,69). Sum of RGB (Red+Green+Blue) = 213+3+69=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D50345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50345 is #2AFCBA. Grayscale: #494949. Windows color (decimal): -2817211 or 4522965. OLE color: 4522965.

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

Color convert

RGB 213 3 69 -
CMYK 0 0.99 0.68 0.16
HSL 341.14º 0.97% 0.42% -
HSV(B) 341.14º 0.99% 0.84% -
XYZ 28.55 14.64 6.95 -
YUV 73.31 125.57 227.63 -
System Red Green Blue C M Y K H S L
Decimal 213 3 69 0 0.99 0.68 0.16 341.14 0.97 0.42
Hex D5 3 45 0 63 44 10 155 61 2A
Octal 325 3 105 0 143 104 20 525 141 52
Binary 11010101 11 1000101 0 1100011 1000100 10000 101010101 1100001 101010

Color Harmonies of #D50345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50345

Black with #D50345

Text Example


Text Example

White with #D50345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50345; }

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

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

background-color css

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

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

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

border-color css

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

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

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