Html Css Color HEX #F1130F Red

📋 copy color: '#F1130F'

red 241 ◦ green 19 ◦ blue 15

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

Shades of Red #F1130F

Tints of Red #F1130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 15 (6.25% from 255) = 5.45%

R = 87.64%
G = 6.91%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1130F (or 0xF1130F) is known color: Red. HEX triplet: F1, 13 and 0F. RGB value is (241,19,15). Sum of RGB (Red+Green+Blue) = 241+19+15=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F1130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1130F is #0EECF0. Grayscale: #555555. Windows color (decimal): -978161 or 988145. OLE color: 988145.

HSL color Cylindrical-coordinate representation of color #F1130F: hue angle of 1.06º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1130F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 15 -
CMYK 0 0.92 0.94 0.05
HSL 1.06º 0.89% 0.5% -
HSV(B) 1.06º 0.94% 0.95% -
XYZ 36.59 19.2 2.23 -
YUV 84.92 88.55 239.33 -
System Red Green Blue C M Y K H S L
Decimal 241 19 15 0 0.92 0.94 0.05 1.06 0.89 0.5
Hex F1 13 F 0 5C 5E 5 1 59 32
Octal 361 23 17 0 134 136 5 1 131 62
Binary 11110001 10011 1111 0 1011100 1011110 101 1 1011001 110010

Color Harmonies of #F1130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1130F

Black with #F1130F

Text Example


Text Example

White with #F1130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1130F; }

 p { color: rgb(241,19,15); }

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

background-color css

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

 a { background-color: rgb(241,19,15); }

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

border-color css

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

 span { border-color: rgb(241,19,15); }

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