Html Css Color HEX #D9082B Crimson

📋 copy color: '#D9082B'

red 217 ◦ green 8 ◦ blue 43

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

Shades of Crimson #D9082B

Tints of Crimson #D9082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 80.97%
G = 2.99%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9082B (or 0xD9082B) is known color: Crimson. HEX triplet: D9, 08 and 2B. RGB value is (217,8,43). Sum of RGB (Red+Green+Blue) = 217+8+43=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9082B is #26F7D4. Grayscale: #4A4A4A. Windows color (decimal): -2553813 or 2820313. OLE color: 2820313.

HSL color Cylindrical-coordinate representation of color #D9082B: hue angle of 349.95º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 43 -
CMYK 0 0.96 0.80 0.15
HSL 349.95º 0.93% 0.44% -
HSV(B) 349.95º 0.96% 0.85% -
XYZ 29.14 15.1 3.66 -
YUV 74.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 217 8 43 0 0.96 0.80 0.15 349.95 0.93 0.44
Hex D9 8 2B 0 60 50 F 15E 5D 2C
Octal 331 10 53 0 140 120 17 536 135 54
Binary 11011001 1000 101011 0 1100000 1010000 1111 101011110 1011101 101100

Color Harmonies of #D9082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9082B

Black with #D9082B

Text Example


Text Example

White with #D9082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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