Html Css Color HEX #D8093E Crimson

📋 copy color: '#D8093E'

red 216 ◦ green 9 ◦ blue 62

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

Shades of Crimson #D8093E

Tints of Crimson #D8093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 75.26%
G = 3.14%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8093E (or 0xD8093E) is known color: Crimson. HEX triplet: D8, 09 and 3E. RGB value is (216,9,62). Sum of RGB (Red+Green+Blue) = 216+9+62=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D8093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8093E is #27F6C1. Grayscale: #4C4C4C. Windows color (decimal): -2619074 or 4065752. OLE color: 4065752.

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

Color convert

RGB 216 9 62 -
CMYK 0 0.96 0.71 0.15
HSL 344.64º 0.92% 0.44% -
HSV(B) 344.64º 0.96% 0.85% -
XYZ 29.29 15.14 5.94 -
YUV 76.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 216 9 62 0 0.96 0.71 0.15 344.64 0.92 0.44
Hex D8 9 3E 0 60 47 F 159 5C 2C
Octal 330 11 76 0 140 107 17 531 134 54
Binary 11011000 1001 111110 0 1100000 1000111 1111 101011001 1011100 101100

Color Harmonies of #D8093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8093E

Black with #D8093E

Text Example


Text Example

White with #D8093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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