Html Css Color HEX #D8092C Crimson

📋 copy color: '#D8092C'

red 216 ◦ green 9 ◦ blue 44

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

Shades of Crimson #D8092C

Tints of Crimson #D8092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 80.3%
G = 3.35%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8092C (or 0xD8092C) is known color: Crimson. HEX triplet: D8, 09 and 2C. RGB value is (216,9,44). Sum of RGB (Red+Green+Blue) = 216+9+44=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8092C is #27F6D3. Grayscale: #4A4A4A. Windows color (decimal): -2619092 or 2886104. OLE color: 2886104.

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

Color convert

RGB 216 9 44 -
CMYK 0 0.96 0.80 0.15
HSL 349.86º 0.92% 0.44% -
HSV(B) 349.86º 0.96% 0.85% -
XYZ 28.87 14.98 3.75 -
YUV 74.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 216 9 44 0 0.96 0.80 0.15 349.86 0.92 0.44
Hex D8 9 2C 0 60 50 F 15E 5C 2C
Octal 330 11 54 0 140 120 17 536 134 54
Binary 11011000 1001 101100 0 1100000 1010000 1111 101011110 1011100 101100

Color Harmonies of #D8092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8092C

Black with #D8092C

Text Example


Text Example

White with #D8092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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