Html Css Color HEX #FF1109 Red

📋 copy color: '#FF1109'

red 255 ◦ green 17 ◦ blue 9

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

Shades of Red #FF1109

Tints of Red #FF1109

RGB

 RED value IS 255 (100% from 255) = 90.75%

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 90.75%
G = 6.05%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF1109 (or 0xFF1109) is known color: Red. HEX triplet: FF, 11 and 09. RGB value is (255,17,9). Sum of RGB (Red+Green+Blue) = 255+17+9=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1109 is #00EEF6. Grayscale: #575757. Windows color (decimal): -61175 or 594431. OLE color: 594431.

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

Color convert

RGB 255 17 9 -
CMYK 0 0.93 0.96 0
HSL 1.95º 1% 0.52% -
HSV(B) 1.95º 0.96% 1% -
XYZ 41.49 21.68 2.26 -
YUV 87.25 83.85 247.65 -
System Red Green Blue C M Y K H S L
Decimal 255 17 9 0 0.93 0.96 0 1.95 1 0.52
Hex FF 11 9 0 5D 60 0 2 64 34
Octal 377 21 11 0 135 140 0 2 144 64
Binary 11111111 10001 1001 0 1011101 1100000 0 10 1100100 110100

Color Harmonies of #FF1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1109

Black with #FF1109

Text Example


Text Example

White with #FF1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1109; }

 p { color: rgb(255,17,9); }

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

background-color css

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

 a { background-color: rgb(255,17,9); }

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

border-color css

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

 span { border-color: rgb(255,17,9); }

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