Html Css Color HEX #D8082F Crimson

📋 copy color: '#D8082F'

red 216 ◦ green 8 ◦ blue 47

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

Shades of Crimson #D8082F

Tints of Crimson #D8082F

RGB

 RED value IS 216 (84.77% from 255) = 79.7%

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 79.7%
G = 2.95%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8082F (or 0xD8082F) is known color: Crimson. HEX triplet: D8, 08 and 2F. RGB value is (216,8,47). Sum of RGB (Red+Green+Blue) = 216+8+47=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D8082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8082F is #27F7D0. Grayscale: #4A4A4A. Windows color (decimal): -2619345 or 3082456. OLE color: 3082456.

HSL color Cylindrical-coordinate representation of color #D8082F: hue angle of 348.75º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8082F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 47 -
CMYK 0 0.96 0.78 0.15
HSL 348.75º 0.93% 0.44% -
HSV(B) 348.75º 0.96% 0.85% -
XYZ 28.92 14.98 4.06 -
YUV 74.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 216 8 47 0 0.96 0.78 0.15 348.75 0.93 0.44
Hex D8 8 2F 0 60 4E F 15D 5D 2C
Octal 330 10 57 0 140 116 17 535 135 54
Binary 11011000 1000 101111 0 1100000 1001110 1111 101011101 1011101 101100

Color Harmonies of #D8082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8082F

Black with #D8082F

Text Example


Text Example

White with #D8082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8082F; }

 p { color: rgb(216,8,47); }

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

background-color css

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

 a { background-color: rgb(216,8,47); }

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

border-color css

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

 span { border-color: rgb(216,8,47); }

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