Html Css Color HEX #D71635 Crimson

📋 copy color: '#D71635'

red 215 ◦ green 22 ◦ blue 53

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

Shades of Crimson #D71635

Tints of Crimson #D71635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 74.14%
G = 7.59%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D71635 (or 0xD71635) is known color: Crimson. HEX triplet: D7, 16 and 35. RGB value is (215,22,53). Sum of RGB (Red+Green+Blue) = 215+22+53=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D71635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71635 is #28E9CA. Grayscale: #535353. Windows color (decimal): -2681291 or 3479255. OLE color: 3479255.

HSL color Cylindrical-coordinate representation of color #D71635: hue angle of 350.36º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71635 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 53 -
CMYK 0 0.90 0.75 0.16
HSL 350.36º 0.81% 0.46% -
HSV(B) 350.36º 0.9% 0.84% -
XYZ 28.95 15.28 4.79 -
YUV 83.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 215 22 53 0 0.90 0.75 0.16 350.36 0.81 0.46
Hex D7 16 35 0 5A 4B 10 15E 51 2E
Octal 327 26 65 0 132 113 20 536 121 56
Binary 11010111 10110 110101 0 1011010 1001011 10000 101011110 1010001 101110

Color Harmonies of #D71635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71635

Black with #D71635

Text Example


Text Example

White with #D71635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71635; }

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

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

background-color css

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

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

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

border-color css

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

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

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