Html Css Color HEX #F1160C Scarlet

📋 copy color: '#F1160C'

red 241 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #F1160C

Tints of Scarlet #F1160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 87.64%
G = 8%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1160C (or 0xF1160C) is known color: Scarlet. HEX triplet: F1, 16 and 0C. RGB value is (241,22,12). Sum of RGB (Red+Green+Blue) = 241+22+12=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F1160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1160C is #0EE9F3. Grayscale: #565656. Windows color (decimal): -977396 or 792305. OLE color: 792305.

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

Color convert

RGB 241 22 12 -
CMYK 0 0.91 0.95 0.05
HSL 2.62º 0.91% 0.5% -
HSV(B) 2.62º 0.95% 0.95% -
XYZ 36.63 19.3 2.14 -
YUV 86.34 86.05 238.31 -
System Red Green Blue C M Y K H S L
Decimal 241 22 12 0 0.91 0.95 0.05 2.62 0.91 0.5
Hex F1 16 C 0 5B 5F 5 3 5B 32
Octal 361 26 14 0 133 137 5 3 133 62
Binary 11110001 10110 1100 0 1011011 1011111 101 11 1011011 110010

Color Harmonies of #F1160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1160C

Black with #F1160C

Text Example


Text Example

White with #F1160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1160C; }

 p { color: rgb(241,22,12); }

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

background-color css

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

 a { background-color: rgb(241,22,12); }

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

border-color css

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

 span { border-color: rgb(241,22,12); }

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