Html Css Color HEX #D9073F Crimson

📋 copy color: '#D9073F'

red 217 ◦ green 7 ◦ blue 63

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

Shades of Crimson #D9073F

Tints of Crimson #D9073F

RGB

 RED value IS 217 (85.16% from 255) = 75.61%

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

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

R = 75.61%
G = 2.44%
B = 21.95%

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

#D9073F (or 0xD9073F) is known color: Crimson. HEX triplet: D9, 07 and 3F. RGB value is (217,7,63). Sum of RGB (Red+Green+Blue) = 217+7+63=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D9073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9073F is #26F8C0. Grayscale: #4C4C4C. Windows color (decimal): -2554049 or 4130777. OLE color: 4130777.

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

Color convert

RGB 217 7 63 -
CMYK 0 0.97 0.71 0.15
HSL 344º 0.94% 0.44% -
HSV(B) 344º 0.97% 0.85% -
XYZ 29.59 15.26 6.09 -
YUV 76.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 217 7 63 0 0.97 0.71 0.15 344 0.94 0.44
Hex D9 7 3F 0 61 47 F 158 5E 2C
Octal 331 7 77 0 141 107 17 530 136 54
Binary 11011001 111 111111 0 1100001 1000111 1111 101011000 1011110 101100

Color Harmonies of #D9073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9073F

Black with #D9073F

Text Example


Text Example

White with #D9073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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