Html Css Color HEX #D8093C Crimson

📋 copy color: '#D8093C'

red 216 ◦ green 9 ◦ blue 60

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

Shades of Crimson #D8093C

Tints of Crimson #D8093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 75.79%
G = 3.16%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8093C (or 0xD8093C) is known color: Crimson. HEX triplet: D8, 09 and 3C. RGB value is (216,9,60). Sum of RGB (Red+Green+Blue) = 216+9+60=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8093C is #27F6C3. Grayscale: #4C4C4C. Windows color (decimal): -2619076 or 3934680. OLE color: 3934680.

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

Color convert

RGB 216 9 60 -
CMYK 0 0.96 0.72 0.15
HSL 345.22º 0.92% 0.44% -
HSV(B) 345.22º 0.96% 0.85% -
XYZ 29.23 15.12 5.65 -
YUV 76.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 216 9 60 0 0.96 0.72 0.15 345.22 0.92 0.44
Hex D8 9 3C 0 60 48 F 159 5C 2C
Octal 330 11 74 0 140 110 17 531 134 54
Binary 11011000 1001 111100 0 1100000 1001000 1111 101011001 1011100 101100

Color Harmonies of #D8093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8093C

Black with #D8093C

Text Example


Text Example

White with #D8093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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