Html Css Color HEX #D71034 Crimson

📋 copy color: '#D71034'

red 215 ◦ green 16 ◦ blue 52

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

Shades of Crimson #D71034

Tints of Crimson #D71034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 75.97%
G = 5.65%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D71034 (or 0xD71034) is known color: Crimson. HEX triplet: D7, 10 and 34. RGB value is (215,16,52). Sum of RGB (Red+Green+Blue) = 215+16+52=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D71034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71034 is #28EFCB. Grayscale: #4F4F4F. Windows color (decimal): -2682828 or 3412183. OLE color: 3412183.

HSL color Cylindrical-coordinate representation of color #D71034: hue angle of 349.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71034 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 52 -
CMYK 0 0.93 0.76 0.16
HSL 349.15º 0.86% 0.45% -
HSV(B) 349.15º 0.93% 0.84% -
XYZ 28.83 15.07 4.64 -
YUV 79.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 215 16 52 0 0.93 0.76 0.16 349.15 0.86 0.45
Hex D7 10 34 0 5D 4C 10 15D 56 2D
Octal 327 20 64 0 135 114 20 535 126 55
Binary 11010111 10000 110100 0 1011101 1001100 10000 101011101 1010110 101101

Color Harmonies of #D71034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71034

Black with #D71034

Text Example


Text Example

White with #D71034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71034; }

 p { color: rgb(215,16,52); }

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

background-color css

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

 a { background-color: rgb(215,16,52); }

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

border-color css

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

 span { border-color: rgb(215,16,52); }

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