Html Css Color HEX #D7093A Crimson

📋 copy color: '#D7093A'

red 215 ◦ green 9 ◦ blue 58

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

Shades of Crimson #D7093A

Tints of Crimson #D7093A

RGB

 RED value IS 215 (84.38% from 255) = 76.24%

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

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

R = 76.24%
G = 3.19%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7093A (or 0xD7093A) is known color: Crimson. HEX triplet: D7, 09 and 3A. RGB value is (215,9,58). Sum of RGB (Red+Green+Blue) = 215+9+58=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7093A is #28F6C5. Grayscale: #4C4C4C. Windows color (decimal): -2684614 or 3803607. OLE color: 3803607.

HSL color Cylindrical-coordinate representation of color #D7093A: hue angle of 345.73º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7093A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 58 -
CMYK 0 0.96 0.73 0.16
HSL 345.73º 0.92% 0.44% -
HSV(B) 345.73º 0.96% 0.84% -
XYZ 28.89 14.95 5.37 -
YUV 76.18 117.75 227.02 -
System Red Green Blue C M Y K H S L
Decimal 215 9 58 0 0.96 0.73 0.16 345.73 0.92 0.44
Hex D7 9 3A 0 60 49 10 15A 5C 2C
Octal 327 11 72 0 140 111 20 532 134 54
Binary 11010111 1001 111010 0 1100000 1001001 10000 101011010 1011100 101100

Color Harmonies of #D7093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7093A

Black with #D7093A

Text Example


Text Example

White with #D7093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7093A; }

 p { color: rgb(215,9,58); }

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

background-color css

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

 a { background-color: rgb(215,9,58); }

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

border-color css

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

 span { border-color: rgb(215,9,58); }

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