Html Css Color HEX #D50035 Crimson

📋 copy color: '#D50035'

red 213 ◦ green 0 ◦ blue 53

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

Shades of Crimson #D50035

Tints of Crimson #D50035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 80.08%
G = 0%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D50035 (or 0xD50035) is known color: Crimson. HEX triplet: D5, 00 and 35. RGB value is (213,0,53). Sum of RGB (Red+Green+Blue) = 213+0+53=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D50035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50035 is #2AFFCA. Grayscale: #454545. Windows color (decimal): -2817995 or 3473621. OLE color: 3473621.

HSL color Cylindrical-coordinate representation of color #D50035: hue angle of 345.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 53 -
CMYK 0 1 0.75 0.16
HSL 345.07º 1% 0.42% -
HSV(B) 345.07º 1% 0.84% -
XYZ 28.08 14.4 4.67 -
YUV 69.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 213 0 53 0 1 0.75 0.16 345.07 1 0.42
Hex D5 0 35 0 64 4B 10 159 64 2A
Octal 325 0 65 0 144 113 20 531 144 52
Binary 11010101 0 110101 0 1100100 1001011 10000 101011001 1100100 101010

Color Harmonies of #D50035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50035

Black with #D50035

Text Example


Text Example

White with #D50035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50035; }

 p { color: rgb(213,0,53); }

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

background-color css

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

 a { background-color: rgb(213,0,53); }

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

border-color css

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

 span { border-color: rgb(213,0,53); }

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