Html Css Color HEX #D8082D Crimson

📋 copy color: '#D8082D'

red 216 ◦ green 8 ◦ blue 45

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

Shades of Crimson #D8082D

Tints of Crimson #D8082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 80.3%
G = 2.97%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8082D (or 0xD8082D) is known color: Crimson. HEX triplet: D8, 08 and 2D. RGB value is (216,8,45). Sum of RGB (Red+Green+Blue) = 216+8+45=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8082D is #27F7D2. Grayscale: #4A4A4A. Windows color (decimal): -2619347 or 2951384. OLE color: 2951384.

HSL color Cylindrical-coordinate representation of color #D8082D: hue angle of 349.33º 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 #D8082D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 45 -
CMYK 0 0.96 0.79 0.15
HSL 349.33º 0.93% 0.44% -
HSV(B) 349.33º 0.96% 0.85% -
XYZ 28.88 14.96 3.85 -
YUV 74.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 216 8 45 0 0.96 0.79 0.15 349.33 0.93 0.44
Hex D8 8 2D 0 60 4F F 15D 5D 2C
Octal 330 10 55 0 140 117 17 535 135 54
Binary 11011000 1000 101101 0 1100000 1001111 1111 101011101 1011101 101100

Color Harmonies of #D8082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8082D

Black with #D8082D

Text Example


Text Example

White with #D8082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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