Html Css Color HEX #D7092B Crimson

📋 copy color: '#D7092B'

red 215 ◦ green 9 ◦ blue 43

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

Shades of Crimson #D7092B

Tints of Crimson #D7092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 80.52%
G = 3.37%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7092B (or 0xD7092B) is known color: Crimson. HEX triplet: D7, 09 and 2B. RGB value is (215,9,43). Sum of RGB (Red+Green+Blue) = 215+9+43=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D7092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7092B is #28F6D4. Grayscale: #4A4A4A. Windows color (decimal): -2684629 or 2820567. OLE color: 2820567.

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

Color convert

RGB 215 9 43 -
CMYK 0 0.96 0.8 0.16
HSL 350.1º 0.92% 0.44% -
HSV(B) 350.1º 0.96% 0.84% -
XYZ 28.56 14.82 3.64 -
YUV 74.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 215 9 43 0 0.96 0.8 0.16 350.1 0.92 0.44
Hex D7 9 2B 0 60 50 10 15E 5C 2C
Octal 327 11 53 0 140 120 20 536 134 54
Binary 11010111 1001 101011 0 1100000 1010000 10000 101011110 1011100 101100

Color Harmonies of #D7092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7092B

Black with #D7092B

Text Example


Text Example

White with #D7092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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