Html Css Color HEX #D51935 Crimson

📋 copy color: '#D51935'

red 213 ◦ green 25 ◦ blue 53

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

Shades of Crimson #D51935

Tints of Crimson #D51935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 73.2%
G = 8.59%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D51935 (or 0xD51935) is known color: Crimson. HEX triplet: D5, 19 and 35. RGB value is (213,25,53). Sum of RGB (Red+Green+Blue) = 213+25+53=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D51935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51935 is #2AE6CA. Grayscale: #545454. Windows color (decimal): -2811595 or 3480021. OLE color: 3480021.

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

Color convert

RGB 213 25 53 -
CMYK 0 0.88 0.75 0.16
HSL 351.06º 0.79% 0.47% -
HSV(B) 351.06º 0.88% 0.84% -
XYZ 28.43 15.1 4.78 -
YUV 84.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 213 25 53 0 0.88 0.75 0.16 351.06 0.79 0.47
Hex D5 19 35 0 58 4B 10 15F 4F 2F
Octal 325 31 65 0 130 113 20 537 117 57
Binary 11010101 11001 110101 0 1011000 1001011 10000 101011111 1001111 101111

Color Harmonies of #D51935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51935

Black with #D51935

Text Example


Text Example

White with #D51935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51935; }

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

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

background-color css

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

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

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

border-color css

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

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

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