Html Css Color HEX #D1102F Crimson

📋 copy color: '#D1102F'

red 209 ◦ green 16 ◦ blue 47

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

Shades of Crimson #D1102F

Tints of Crimson #D1102F

RGB

 RED value IS 209 (82.03% from 255) = 76.84%

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 76.84%
G = 5.88%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1102F (or 0xD1102F) is known color: Crimson. HEX triplet: D1, 10 and 2F. RGB value is (209,16,47). Sum of RGB (Red+Green+Blue) = 209+16+47=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102F is #2EEFD0. Grayscale: #4D4D4D. Windows color (decimal): -3076049 or 3084497. OLE color: 3084497.

HSL color Cylindrical-coordinate representation of color #D1102F: hue angle of 350.36º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1102F is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 47 -
CMYK 0 0.92 0.78 0.18
HSL 350.36º 0.86% 0.44% -
HSV(B) 350.36º 0.92% 0.82% -
XYZ 26.99 14.13 3.99 -
YUV 77.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 209 16 47 0 0.92 0.78 0.18 350.36 0.86 0.44
Hex D1 10 2F 0 5C 4E 12 15E 56 2C
Octal 321 20 57 0 134 116 22 536 126 54
Binary 11010001 10000 101111 0 1011100 1001110 10010 101011110 1010110 101100

Color Harmonies of #D1102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1102F

Black with #D1102F

Text Example


Text Example

White with #D1102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1102F; }

 p { color: rgb(209,16,47); }

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

background-color css

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

 a { background-color: rgb(209,16,47); }

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

border-color css

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

 span { border-color: rgb(209,16,47); }

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