Html Css Color HEX #D71A3B Crimson

📋 copy color: '#D71A3B'

red 215 ◦ green 26 ◦ blue 59

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

Shades of Crimson #D71A3B

Tints of Crimson #D71A3B

RGB

 RED value IS 215 (84.38% from 255) = 71.67%

 GREEN value IS 26 (10.55% from 255) = 8.67%

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 71.67%
G = 8.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D71A3B (or 0xD71A3B) is known color: Crimson. HEX triplet: D7, 1A and 3B. RGB value is (215,26,59). Sum of RGB (Red+Green+Blue) = 215+26+59=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A3B is #28E5C4. Grayscale: #565656. Windows color (decimal): -2680261 or 3873495. OLE color: 3873495.

HSL color Cylindrical-coordinate representation of color #D71A3B: hue angle of 349.52º degrees, saturation: 0.78, 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 #D71A3B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 59 -
CMYK 0 0.88 0.73 0.16
HSL 349.52º 0.78% 0.47% -
HSV(B) 349.52º 0.88% 0.84% -
XYZ 29.18 15.5 5.59 -
YUV 86.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 215 26 59 0 0.88 0.73 0.16 349.52 0.78 0.47
Hex D7 1A 3B 0 58 49 10 15E 4E 2F
Octal 327 32 73 0 130 111 20 536 116 57
Binary 11010111 11010 111011 0 1011000 1001001 10000 101011110 1001110 101111

Color Harmonies of #D71A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A3B

Black with #D71A3B

Text Example


Text Example

White with #D71A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A3B; }

 p { color: rgb(215,26,59); }

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

background-color css

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

 a { background-color: rgb(215,26,59); }

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

border-color css

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

 span { border-color: rgb(215,26,59); }

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