Html Css Color HEX #D71B45 Crimson

📋 copy color: '#D71B45'

red 215 ◦ green 27 ◦ blue 69

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

Shades of Crimson #D71B45

Tints of Crimson #D71B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.68%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 69.13%
G = 8.68%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D71B45 (or 0xD71B45) is known color: Crimson. HEX triplet: D7, 1B and 45. RGB value is (215,27,69). Sum of RGB (Red+Green+Blue) = 215+27+69=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B45 is #28E4BA. Grayscale: #585858. Windows color (decimal): -2679995 or 4529111. OLE color: 4529111.

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

Color convert

RGB 215 27 69 -
CMYK 0 0.87 0.68 0.16
HSL 346.6º 0.78% 0.47% -
HSV(B) 346.6º 0.87% 0.84% -
XYZ 29.49 15.66 7.1 -
YUV 88 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 215 27 69 0 0.87 0.68 0.16 346.6 0.78 0.47
Hex D7 1B 45 0 57 44 10 15B 4E 2F
Octal 327 33 105 0 127 104 20 533 116 57
Binary 11010111 11011 1000101 0 1010111 1000100 10000 101011011 1001110 101111

Color Harmonies of #D71B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B45

Black with #D71B45

Text Example


Text Example

White with #D71B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B45; }

 p { color: rgb(215,27,69); }

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

background-color css

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

 a { background-color: rgb(215,27,69); }

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

border-color css

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

 span { border-color: rgb(215,27,69); }

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