Html Css Color HEX #D71A46 Crimson

📋 copy color: '#D71A46'

red 215 ◦ green 26 ◦ blue 70

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

Shades of Crimson #D71A46

Tints of Crimson #D71A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 69.13%
G = 8.36%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D71A46 (or 0xD71A46) is known color: Crimson. HEX triplet: D7, 1A and 46. RGB value is (215,26,70). Sum of RGB (Red+Green+Blue) = 215+26+70=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A46 is #28E5B9. Grayscale: #575757. Windows color (decimal): -2680250 or 4594391. OLE color: 4594391.

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

Color convert

RGB 215 26 70 -
CMYK 0 0.88 0.67 0.16
HSL 346.03º 0.78% 0.47% -
HSV(B) 346.03º 0.88% 0.84% -
XYZ 29.5 15.63 7.26 -
YUV 87.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 215 26 70 0 0.88 0.67 0.16 346.03 0.78 0.47
Hex D7 1A 46 0 58 43 10 15A 4E 2F
Octal 327 32 106 0 130 103 20 532 116 57
Binary 11010111 11010 1000110 0 1011000 1000011 10000 101011010 1001110 101111

Color Harmonies of #D71A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A46

Black with #D71A46

Text Example


Text Example

White with #D71A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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