Html Css Color HEX #D9083B Crimson

📋 copy color: '#D9083B'

red 217 ◦ green 8 ◦ blue 59

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

Shades of Crimson #D9083B

Tints of Crimson #D9083B

RGB

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

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

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

R = 76.41%
G = 2.82%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9083B (or 0xD9083B) is known color: Crimson. HEX triplet: D9, 08 and 3B. RGB value is (217,8,59). Sum of RGB (Red+Green+Blue) = 217+8+59=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9083B is #26F7C4. Grayscale: #4C4C4C. Windows color (decimal): -2553797 or 3868889. OLE color: 3868889.

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

Color convert

RGB 217 8 59 -
CMYK 0 0.96 0.73 0.15
HSL 345.36º 0.93% 0.44% -
HSV(B) 345.36º 0.96% 0.85% -
XYZ 29.49 15.24 5.53 -
YUV 76.31 118.24 228.35 -
System Red Green Blue C M Y K H S L
Decimal 217 8 59 0 0.96 0.73 0.15 345.36 0.93 0.44
Hex D9 8 3B 0 60 49 F 159 5D 2C
Octal 331 10 73 0 140 111 17 531 135 54
Binary 11011001 1000 111011 0 1100000 1001001 1111 101011001 1011101 101100

Color Harmonies of #D9083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9083B

Black with #D9083B

Text Example


Text Example

White with #D9083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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