Html Css Color HEX #D71630 Crimson

📋 copy color: '#D71630'

red 215 ◦ green 22 ◦ blue 48

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

Shades of Crimson #D71630

Tints of Crimson #D71630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 75.44%
G = 7.72%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D71630 (or 0xD71630) is known color: Crimson. HEX triplet: D7, 16 and 30. RGB value is (215,22,48). Sum of RGB (Red+Green+Blue) = 215+22+48=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D71630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71630 is #28E9CF. Grayscale: #525252. Windows color (decimal): -2681296 or 3151575. OLE color: 3151575.

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

Color convert

RGB 215 22 48 -
CMYK 0 0.90 0.78 0.16
HSL 351.92º 0.81% 0.46% -
HSV(B) 351.92º 0.9% 0.84% -
XYZ 28.84 15.23 4.22 -
YUV 82.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 215 22 48 0 0.90 0.78 0.16 351.92 0.81 0.46
Hex D7 16 30 0 5A 4E 10 160 51 2E
Octal 327 26 60 0 132 116 20 540 121 56
Binary 11010111 10110 110000 0 1011010 1001110 10000 101100000 1010001 101110

Color Harmonies of #D71630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71630

Black with #D71630

Text Example


Text Example

White with #D71630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71630; }

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

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

background-color css

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

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

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

border-color css

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

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

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