Html Css Color HEX #D9073D Crimson

📋 copy color: '#D9073D'

red 217 ◦ green 7 ◦ blue 61

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

Shades of Crimson #D9073D

Tints of Crimson #D9073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 76.14%
G = 2.46%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9073D (or 0xD9073D) is known color: Crimson. HEX triplet: D9, 07 and 3D. RGB value is (217,7,61). Sum of RGB (Red+Green+Blue) = 217+7+61=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9073D is #26F8C2. Grayscale: #4B4B4B. Windows color (decimal): -2554051 or 3999705. OLE color: 3999705.

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

Color convert

RGB 217 7 61 -
CMYK 0 0.97 0.72 0.15
HSL 344.57º 0.94% 0.44% -
HSV(B) 344.57º 0.97% 0.85% -
XYZ 29.53 15.24 5.8 -
YUV 75.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 217 7 61 0 0.97 0.72 0.15 344.57 0.94 0.44
Hex D9 7 3D 0 61 48 F 159 5E 2C
Octal 331 7 75 0 141 110 17 531 136 54
Binary 11011001 111 111101 0 1100001 1001000 1111 101011001 1011110 101100

Color Harmonies of #D9073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9073D

Black with #D9073D

Text Example


Text Example

White with #D9073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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