Html Css Color HEX #D9103B Crimson

📋 copy color: '#D9103B'

red 217 ◦ green 16 ◦ blue 59

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

Shades of Crimson #D9103B

Tints of Crimson #D9103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 74.32%
G = 5.48%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9103B (or 0xD9103B) is known color: Crimson. HEX triplet: D9, 10 and 3B. RGB value is (217,16,59). Sum of RGB (Red+Green+Blue) = 217+16+59=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D9103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9103B is #26EFC4. Grayscale: #515151. Windows color (decimal): -2551749 or 3870937. OLE color: 3870937.

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

Color convert

RGB 217 16 59 -
CMYK 0 0.93 0.73 0.15
HSL 347.16º 0.86% 0.46% -
HSV(B) 347.16º 0.93% 0.85% -
XYZ 29.59 15.44 5.56 -
YUV 81 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 217 16 59 0 0.93 0.73 0.15 347.16 0.86 0.46
Hex D9 10 3B 0 5D 49 F 15B 56 2E
Octal 331 20 73 0 135 111 17 533 126 56
Binary 11011001 10000 111011 0 1011101 1001001 1111 101011011 1010110 101110

Color Harmonies of #D9103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9103B

Black with #D9103B

Text Example


Text Example

White with #D9103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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