Html Css Color HEX #D9073A Crimson

📋 copy color: '#D9073A'

red 217 ◦ green 7 ◦ blue 58

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

Shades of Crimson #D9073A

Tints of Crimson #D9073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 76.95%
G = 2.48%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9073A (or 0xD9073A) is known color: Crimson. HEX triplet: D9, 07 and 3A. RGB value is (217,7,58). Sum of RGB (Red+Green+Blue) = 217+7+58=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9073A is #26F8C5. Grayscale: #4B4B4B. Windows color (decimal): -2554054 or 3803097. OLE color: 3803097.

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

Color convert

RGB 217 7 58 -
CMYK 0 0.97 0.73 0.15
HSL 345.43º 0.94% 0.44% -
HSV(B) 345.43º 0.97% 0.85% -
XYZ 29.45 15.21 5.39 -
YUV 75.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 217 7 58 0 0.97 0.73 0.15 345.43 0.94 0.44
Hex D9 7 3A 0 61 49 F 159 5E 2C
Octal 331 7 72 0 141 111 17 531 136 54
Binary 11011001 111 111010 0 1100001 1001001 1111 101011001 1011110 101100

Color Harmonies of #D9073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9073A

Black with #D9073A

Text Example


Text Example

White with #D9073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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