Html Css Color HEX #D1092F Crimson

📋 copy color: '#D1092F'

red 209 ◦ green 9 ◦ blue 47

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

Shades of Crimson #D1092F

Tints of Crimson #D1092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 78.87%
G = 3.4%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1092F (or 0xD1092F) is known color: Crimson. HEX triplet: D1, 09 and 2F. RGB value is (209,9,47). Sum of RGB (Red+Green+Blue) = 209+9+47=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D1092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1092F is #2EF6D0. Grayscale: #494949. Windows color (decimal): -3077841 or 3082705. OLE color: 3082705.

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

Color convert

RGB 209 9 47 -
CMYK 0 0.96 0.78 0.18
HSL 348.6º 0.92% 0.43% -
HSV(B) 348.6º 0.96% 0.82% -
XYZ 26.91 13.96 3.97 -
YUV 73.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 209 9 47 0 0.96 0.78 0.18 348.6 0.92 0.43
Hex D1 9 2F 0 60 4E 12 15D 5C 2B
Octal 321 11 57 0 140 116 22 535 134 53
Binary 11010001 1001 101111 0 1100000 1001110 10010 101011101 1011100 101011

Color Harmonies of #D1092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1092F

Black with #D1092F

Text Example


Text Example

White with #D1092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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