Html Css Color HEX #D71A4B Crimson

📋 copy color: '#D71A4B'

red 215 ◦ green 26 ◦ blue 75

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

Shades of Crimson #D71A4B

Tints of Crimson #D71A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 68.04%
G = 8.23%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D71A4B (or 0xD71A4B) is known color: Crimson. HEX triplet: D7, 1A and 4B. RGB value is (215,26,75). Sum of RGB (Red+Green+Blue) = 215+26+75=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A4B is #28E5B4. Grayscale: #585858. Windows color (decimal): -2680245 or 4922071. OLE color: 4922071.

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

Color convert

RGB 215 26 75 -
CMYK 0 0.88 0.65 0.16
HSL 344.44º 0.78% 0.47% -
HSV(B) 344.44º 0.88% 0.84% -
XYZ 29.66 15.69 8.12 -
YUV 88.1 120.62 218.52 -
System Red Green Blue C M Y K H S L
Decimal 215 26 75 0 0.88 0.65 0.16 344.44 0.78 0.47
Hex D7 1A 4B 0 58 41 10 158 4E 2F
Octal 327 32 113 0 130 101 20 530 116 57
Binary 11010111 11010 1001011 0 1011000 1000001 10000 101011000 1001110 101111

Color Harmonies of #D71A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A4B

Black with #D71A4B

Text Example


Text Example

White with #D71A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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