Html Css Color HEX #D8093B Crimson

📋 copy color: '#D8093B'

red 216 ◦ green 9 ◦ blue 59

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

Shades of Crimson #D8093B

Tints of Crimson #D8093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 76.06%
G = 3.17%
B = 20.77%

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

#D8093B (or 0xD8093B) is known color: Crimson. HEX triplet: D8, 09 and 3B. RGB value is (216,9,59). Sum of RGB (Red+Green+Blue) = 216+9+59=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8093B is #27F6C4. Grayscale: #4C4C4C. Windows color (decimal): -2619077 or 3869144. OLE color: 3869144.

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

Color convert

RGB 216 9 59 -
CMYK 0 0.96 0.73 0.15
HSL 345.51º 0.92% 0.44% -
HSV(B) 345.51º 0.96% 0.85% -
XYZ 29.21 15.11 5.51 -
YUV 76.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 216 9 59 0 0.96 0.73 0.15 345.51 0.92 0.44
Hex D8 9 3B 0 60 49 F 15A 5C 2C
Octal 330 11 73 0 140 111 17 532 134 54
Binary 11011000 1001 111011 0 1100000 1001001 1111 101011010 1011100 101100

Color Harmonies of #D8093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8093B

Black with #D8093B

Text Example


Text Example

White with #D8093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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