Html Css Color HEX #D8083B Crimson

📋 copy color: '#D8083B'

red 216 ◦ green 8 ◦ blue 59

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

Shades of Crimson #D8083B

Tints of Crimson #D8083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 76.33%
G = 2.83%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8083B (or 0xD8083B) is known color: Crimson. HEX triplet: D8, 08 and 3B. RGB value is (216,8,59). Sum of RGB (Red+Green+Blue) = 216+8+59=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8083B is #27F7C4. Grayscale: #4C4C4C. Windows color (decimal): -2619333 or 3868888. OLE color: 3868888.

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

Color convert

RGB 216 8 59 -
CMYK 0 0.96 0.73 0.15
HSL 345.29º 0.93% 0.44% -
HSV(B) 345.29º 0.96% 0.85% -
XYZ 29.2 15.09 5.51 -
YUV 76.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 216 8 59 0 0.96 0.73 0.15 345.29 0.93 0.44
Hex D8 8 3B 0 60 49 F 159 5D 2C
Octal 330 10 73 0 140 111 17 531 135 54
Binary 11011000 1000 111011 0 1100000 1001001 1111 101011001 1011101 101100

Color Harmonies of #D8083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8083B

Black with #D8083B

Text Example


Text Example

White with #D8083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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