Html Css Color HEX #D8073F Crimson

📋 copy color: '#D8073F'

red 216 ◦ green 7 ◦ blue 63

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

Shades of Crimson #D8073F

Tints of Crimson #D8073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 75.52%
G = 2.45%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8073F (or 0xD8073F) is known color: Crimson. HEX triplet: D8, 07 and 3F. RGB value is (216,7,63). Sum of RGB (Red+Green+Blue) = 216+7+63=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8073F is #27F8C0. Grayscale: #4B4B4B. Windows color (decimal): -2619585 or 4130776. OLE color: 4130776.

HSL color Cylindrical-coordinate representation of color #D8073F: hue angle of 343.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8073F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 63 -
CMYK 0 0.97 0.71 0.15
HSL 343.92º 0.94% 0.44% -
HSV(B) 343.92º 0.97% 0.85% -
XYZ 29.29 15.11 6.08 -
YUV 75.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 216 7 63 0 0.97 0.71 0.15 343.92 0.94 0.44
Hex D8 7 3F 0 61 47 F 158 5E 2C
Octal 330 7 77 0 141 107 17 530 136 54
Binary 11011000 111 111111 0 1100001 1000111 1111 101011000 1011110 101100

Color Harmonies of #D8073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8073F

Black with #D8073F

Text Example


Text Example

White with #D8073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8073F; }

 p { color: rgb(216,7,63); }

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

background-color css

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

 a { background-color: rgb(216,7,63); }

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

border-color css

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

 span { border-color: rgb(216,7,63); }

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