Html Css Color HEX #D71E35 Crimson

📋 copy color: '#D71E35'

red 215 ◦ green 30 ◦ blue 53

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

Shades of Crimson #D71E35

Tints of Crimson #D71E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 72.15%
G = 10.07%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D71E35 (or 0xD71E35) is known color: Crimson. HEX triplet: D7, 1E and 35. RGB value is (215,30,53). Sum of RGB (Red+Green+Blue) = 215+30+53=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E35 is #28E1CA. Grayscale: #585858. Windows color (decimal): -2679243 or 3481303. OLE color: 3481303.

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

Color convert

RGB 215 30 53 -
CMYK 0 0.86 0.75 0.16
HSL 352.54º 0.76% 0.48% -
HSV(B) 352.54º 0.86% 0.84% -
XYZ 29.13 15.63 4.85 -
YUV 87.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 215 30 53 0 0.86 0.75 0.16 352.54 0.76 0.48
Hex D7 1E 35 0 56 4B 10 161 4C 30
Octal 327 36 65 0 126 113 20 541 114 60
Binary 11010111 11110 110101 0 1010110 1001011 10000 101100001 1001100 110000

Color Harmonies of #D71E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E35

Black with #D71E35

Text Example


Text Example

White with #D71E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E35; }

 p { color: rgb(215,30,53); }

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

background-color css

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

 a { background-color: rgb(215,30,53); }

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

border-color css

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

 span { border-color: rgb(215,30,53); }

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