Html Css Color HEX #D71842 Crimson

📋 copy color: '#D71842'

red 215 ◦ green 24 ◦ blue 66

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

Shades of Crimson #D71842

Tints of Crimson #D71842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 70.49%
G = 7.87%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D71842 (or 0xD71842) is known color: Crimson. HEX triplet: D7, 18 and 42. RGB value is (215,24,66). Sum of RGB (Red+Green+Blue) = 215+24+66=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D71842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71842 is #28E7BD. Grayscale: #555555. Windows color (decimal): -2680766 or 4331735. OLE color: 4331735.

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

Color convert

RGB 215 24 66 -
CMYK 0 0.89 0.69 0.16
HSL 346.81º 0.8% 0.47% -
HSV(B) 346.81º 0.89% 0.84% -
XYZ 29.33 15.49 6.6 -
YUV 85.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 215 24 66 0 0.89 0.69 0.16 346.81 0.8 0.47
Hex D7 18 42 0 59 45 10 15B 50 2F
Octal 327 30 102 0 131 105 20 533 120 57
Binary 11010111 11000 1000010 0 1011001 1000101 10000 101011011 1010000 101111

Color Harmonies of #D71842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71842

Black with #D71842

Text Example


Text Example

White with #D71842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71842; }

 p { color: rgb(215,24,66); }

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

background-color css

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

 a { background-color: rgb(215,24,66); }

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

border-color css

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

 span { border-color: rgb(215,24,66); }

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