Html Css Color HEX #D7092D Crimson

📋 copy color: '#D7092D'

red 215 ◦ green 9 ◦ blue 45

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

Shades of Crimson #D7092D

Tints of Crimson #D7092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 79.93%
G = 3.35%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7092D (or 0xD7092D) is known color: Crimson. HEX triplet: D7, 09 and 2D. RGB value is (215,9,45). Sum of RGB (Red+Green+Blue) = 215+9+45=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D7092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7092D is #28F6D2. Grayscale: #4A4A4A. Windows color (decimal): -2684627 or 2951639. OLE color: 2951639.

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

Color convert

RGB 215 9 45 -
CMYK 0 0.96 0.79 0.16
HSL 349.51º 0.92% 0.44% -
HSV(B) 349.51º 0.96% 0.84% -
XYZ 28.6 14.83 3.84 -
YUV 74.7 111.25 228.07 -
System Red Green Blue C M Y K H S L
Decimal 215 9 45 0 0.96 0.79 0.16 349.51 0.92 0.44
Hex D7 9 2D 0 60 4F 10 15E 5C 2C
Octal 327 11 55 0 140 117 20 536 134 54
Binary 11010111 1001 101101 0 1100000 1001111 10000 101011110 1011100 101100

Color Harmonies of #D7092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7092D

Black with #D7092D

Text Example


Text Example

White with #D7092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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