Html Css Color HEX #D8092F Crimson

📋 copy color: '#D8092F'

red 216 ◦ green 9 ◦ blue 47

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

Shades of Crimson #D8092F

Tints of Crimson #D8092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 79.41%
G = 3.31%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8092F (or 0xD8092F) is known color: Crimson. HEX triplet: D8, 09 and 2F. RGB value is (216,9,47). Sum of RGB (Red+Green+Blue) = 216+9+47=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D8092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8092F is #27F6D0. Grayscale: #4B4B4B. Windows color (decimal): -2619089 or 3082712. OLE color: 3082712.

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

Color convert

RGB 216 9 47 -
CMYK 0 0.96 0.78 0.15
HSL 348.99º 0.92% 0.44% -
HSV(B) 348.99º 0.96% 0.85% -
XYZ 28.93 15 4.06 -
YUV 75.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 216 9 47 0 0.96 0.78 0.15 348.99 0.92 0.44
Hex D8 9 2F 0 60 4E F 15D 5C 2C
Octal 330 11 57 0 140 116 17 535 134 54
Binary 11011000 1001 101111 0 1100000 1001110 1111 101011101 1011100 101100

Color Harmonies of #D8092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8092F

Black with #D8092F

Text Example


Text Example

White with #D8092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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