Html Css Color HEX #D7182F Crimson

📋 copy color: '#D7182F'

red 215 ◦ green 24 ◦ blue 47

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

Shades of Crimson #D7182F

Tints of Crimson #D7182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 75.17%
G = 8.39%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7182F (or 0xD7182F) is known color: Crimson. HEX triplet: D7, 18 and 2F. RGB value is (215,24,47). Sum of RGB (Red+Green+Blue) = 215+24+47=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D7182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7182F is #28E7D0. Grayscale: #535353. Windows color (decimal): -2680785 or 3086551. OLE color: 3086551.

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

Color convert

RGB 215 24 47 -
CMYK 0 0.89 0.78 0.16
HSL 352.77º 0.8% 0.47% -
HSV(B) 352.77º 0.89% 0.84% -
XYZ 28.86 15.31 4.12 -
YUV 83.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 215 24 47 0 0.89 0.78 0.16 352.77 0.8 0.47
Hex D7 18 2F 0 59 4E 10 161 50 2F
Octal 327 30 57 0 131 116 20 541 120 57
Binary 11010111 11000 101111 0 1011001 1001110 10000 101100001 1010000 101111

Color Harmonies of #D7182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7182F

Black with #D7182F

Text Example


Text Example

White with #D7182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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