Html Css Color HEX #F1130A Scarlet

📋 copy color: '#F1130A'

red 241 ◦ green 19 ◦ blue 10

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

Shades of Scarlet #F1130A

Tints of Scarlet #F1130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 89.26%
G = 7.04%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1130A (or 0xF1130A) is known color: Scarlet. HEX triplet: F1, 13 and 0A. RGB value is (241,19,10). Sum of RGB (Red+Green+Blue) = 241+19+10=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F1130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1130A is #0EECF5. Grayscale: #545454. Windows color (decimal): -978166 or 660465. OLE color: 660465.

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

Color convert

RGB 241 19 10 -
CMYK 0 0.92 0.96 0.05
HSL 2.34º 0.92% 0.49% -
HSV(B) 2.34º 0.96% 0.95% -
XYZ 36.56 19.19 2.06 -
YUV 84.35 86.05 239.73 -
System Red Green Blue C M Y K H S L
Decimal 241 19 10 0 0.92 0.96 0.05 2.34 0.92 0.49
Hex F1 13 A 0 5C 60 5 2 5C 31
Octal 361 23 12 0 134 140 5 2 134 61
Binary 11110001 10011 1010 0 1011100 1100000 101 10 1011100 110001

Color Harmonies of #F1130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1130A

Black with #F1130A

Text Example


Text Example

White with #F1130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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