Html Css Color HEX #D71A2F Crimson

📋 copy color: '#D71A2F'

red 215 ◦ green 26 ◦ blue 47

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

Shades of Crimson #D71A2F

Tints of Crimson #D71A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 74.65%
G = 9.03%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D71A2F (or 0xD71A2F) is known color: Crimson. HEX triplet: D7, 1A and 2F. RGB value is (215,26,47). Sum of RGB (Red+Green+Blue) = 215+26+47=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A2F is #28E5D0. Grayscale: #555555. Windows color (decimal): -2680273 or 3087063. OLE color: 3087063.

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

Color convert

RGB 215 26 47 -
CMYK 0 0.88 0.78 0.16
HSL 353.33º 0.78% 0.47% -
HSV(B) 353.33º 0.88% 0.84% -
XYZ 28.91 15.39 4.14 -
YUV 84.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 215 26 47 0 0.88 0.78 0.16 353.33 0.78 0.47
Hex D7 1A 2F 0 58 4E 10 161 4E 2F
Octal 327 32 57 0 130 116 20 541 116 57
Binary 11010111 11010 101111 0 1011000 1001110 10000 101100001 1001110 101111

Color Harmonies of #D71A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A2F

Black with #D71A2F

Text Example


Text Example

White with #D71A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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