Html Css Color HEX #D7093B Crimson

📋 copy color: '#D7093B'

red 215 ◦ green 9 ◦ blue 59

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

Shades of Crimson #D7093B

Tints of Crimson #D7093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 75.97%
G = 3.18%
B = 20.85%

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

#D7093B (or 0xD7093B) is known color: Crimson. HEX triplet: D7, 09 and 3B. RGB value is (215,9,59). Sum of RGB (Red+Green+Blue) = 215+9+59=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7093B is #28F6C4. Grayscale: #4C4C4C. Windows color (decimal): -2684613 or 3869143. OLE color: 3869143.

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

Color convert

RGB 215 9 59 -
CMYK 0 0.96 0.73 0.16
HSL 345.44º 0.92% 0.44% -
HSV(B) 345.44º 0.96% 0.84% -
XYZ 28.91 14.96 5.5 -
YUV 76.29 118.25 226.93 -
System Red Green Blue C M Y K H S L
Decimal 215 9 59 0 0.96 0.73 0.16 345.44 0.92 0.44
Hex D7 9 3B 0 60 49 10 159 5C 2C
Octal 327 11 73 0 140 111 20 531 134 54
Binary 11010111 1001 111011 0 1100000 1001001 10000 101011001 1011100 101100

Color Harmonies of #D7093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7093B

Black with #D7093B

Text Example


Text Example

White with #D7093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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