Html Css Color HEX #D8093A Crimson

📋 copy color: '#D8093A'

red 216 ◦ green 9 ◦ blue 58

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

Shades of Crimson #D8093A

Tints of Crimson #D8093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 76.33%
G = 3.18%
B = 20.49%

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

#D8093A (or 0xD8093A) is known color: Crimson. HEX triplet: D8, 09 and 3A. RGB value is (216,9,58). Sum of RGB (Red+Green+Blue) = 216+9+58=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8093A is #27F6C5. Grayscale: #4C4C4C. Windows color (decimal): -2619078 or 3803608. OLE color: 3803608.

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

Color convert

RGB 216 9 58 -
CMYK 0 0.96 0.73 0.15
HSL 345.8º 0.92% 0.44% -
HSV(B) 345.8º 0.96% 0.85% -
XYZ 29.18 15.1 5.38 -
YUV 76.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 216 9 58 0 0.96 0.73 0.15 345.8 0.92 0.44
Hex D8 9 3A 0 60 49 F 15A 5C 2C
Octal 330 11 72 0 140 111 17 532 134 54
Binary 11011000 1001 111010 0 1100000 1001001 1111 101011010 1011100 101100

Color Harmonies of #D8093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8093A

Black with #D8093A

Text Example


Text Example

White with #D8093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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