Html Css Color HEX #D9072B Crimson

📋 copy color: '#D9072B'

red 217 ◦ green 7 ◦ blue 43

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

Shades of Crimson #D9072B

Tints of Crimson #D9072B

RGB

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

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

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

R = 81.27%
G = 2.62%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9072B (or 0xD9072B) is known color: Crimson. HEX triplet: D9, 07 and 2B. RGB value is (217,7,43). Sum of RGB (Red+Green+Blue) = 217+7+43=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9072B is #26F8D4. Grayscale: #494949. Windows color (decimal): -2554069 or 2820057. OLE color: 2820057.

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

Color convert

RGB 217 7 43 -
CMYK 0 0.97 0.80 0.15
HSL 349.71º 0.94% 0.44% -
HSV(B) 349.71º 0.97% 0.85% -
XYZ 29.13 15.08 3.66 -
YUV 73.89 110.57 230.07 -
System Red Green Blue C M Y K H S L
Decimal 217 7 43 0 0.97 0.80 0.15 349.71 0.94 0.44
Hex D9 7 2B 0 61 50 F 15E 5E 2C
Octal 331 7 53 0 141 120 17 536 136 54
Binary 11011001 111 101011 0 1100001 1010000 1111 101011110 1011110 101100

Color Harmonies of #D9072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9072B

Black with #D9072B

Text Example


Text Example

White with #D9072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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