Html Css Color HEX #F11205 Red

📋 copy color: '#F11205'

red 241 ◦ green 18 ◦ blue 5

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

Shades of Red #F11205

Tints of Red #F11205

RGB

 RED value IS 241 (94.53% from 255) = 91.29%

 GREEN value IS 18 (7.42% from 255) = 6.82%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 91.29%
G = 6.82%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F11205 (or 0xF11205) is known color: Red. HEX triplet: F1, 12 and 05. RGB value is (241,18,5). Sum of RGB (Red+Green+Blue) = 241+18+5=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F11205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11205 is #0EEDFA. Grayscale: #535353. Windows color (decimal): -978427 or 332529. OLE color: 332529.

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

Color convert

RGB 241 18 5 -
CMYK 0 0.93 0.98 0.05
HSL 3.31º 0.96% 0.48% -
HSV(B) 3.31º 0.98% 0.95% -
XYZ 36.52 19.14 1.91 -
YUV 83.2 83.88 240.56 -
System Red Green Blue C M Y K H S L
Decimal 241 18 5 0 0.93 0.98 0.05 3.31 0.96 0.48
Hex F1 12 5 0 5D 62 5 3 60 30
Octal 361 22 5 0 135 142 5 3 140 60
Binary 11110001 10010 101 0 1011101 1100010 101 11 1100000 110000

Color Harmonies of #F11205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11205

Black with #F11205

Text Example


Text Example

White with #F11205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11205; }

 p { color: rgb(241,18,5); }

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

background-color css

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

 a { background-color: rgb(241,18,5); }

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

border-color css

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

 span { border-color: rgb(241,18,5); }

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