Html Css Color HEX #D71A32 Crimson

📋 copy color: '#D71A32'

red 215 ◦ green 26 ◦ blue 50

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

Shades of Crimson #D71A32

Tints of Crimson #D71A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 73.88%
G = 8.93%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D71A32 (or 0xD71A32) is known color: Crimson. HEX triplet: D7, 1A and 32. RGB value is (215,26,50). Sum of RGB (Red+Green+Blue) = 215+26+50=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A32 is #28E5CD. Grayscale: #555555. Windows color (decimal): -2680270 or 3283671. OLE color: 3283671.

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

Color convert

RGB 215 26 50 -
CMYK 0 0.88 0.77 0.16
HSL 352.38º 0.78% 0.47% -
HSV(B) 352.38º 0.88% 0.84% -
XYZ 28.97 15.42 4.47 -
YUV 85.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 215 26 50 0 0.88 0.77 0.16 352.38 0.78 0.47
Hex D7 1A 32 0 58 4D 10 160 4E 2F
Octal 327 32 62 0 130 115 20 540 116 57
Binary 11010111 11010 110010 0 1011000 1001101 10000 101100000 1001110 101111

Color Harmonies of #D71A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A32

Black with #D71A32

Text Example


Text Example

White with #D71A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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