Html Css Color HEX #F11202 Red

📋 copy color: '#F11202'

red 241 ◦ green 18 ◦ blue 2

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

Shades of Red #F11202

Tints of Red #F11202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 92.34%
G = 6.9%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F11202 (or 0xF11202) is known color: Red. HEX triplet: F1, 12 and 02. RGB value is (241,18,2). Sum of RGB (Red+Green+Blue) = 241+18+2=261 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.34% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 241 - color contains mainly: red. Hex color #F11202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11202 is #0EEDFD. Grayscale: #535353. Windows color (decimal): -978430 or 135921. OLE color: 135921.

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

Color convert

RGB 241 18 2 -
CMYK 0 0.93 0.99 0.05
HSL 4.02º 0.98% 0.48% -
HSV(B) 4.02º 0.99% 0.95% -
XYZ 36.5 19.14 1.83 -
YUV 82.85 82.38 240.8 -
System Red Green Blue C M Y K H S L
Decimal 241 18 2 0 0.93 0.99 0.05 4.02 0.98 0.48
Hex F1 12 2 0 5D 63 5 4 62 30
Octal 361 22 2 0 135 143 5 4 142 60
Binary 11110001 10010 10 0 1011101 1100011 101 100 1100010 110000

Color Harmonies of #F11202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11202

Black with #F11202

Text Example


Text Example

White with #F11202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11202; }

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

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

background-color css

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

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

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

border-color css

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

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

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