Html Css Color HEX #F11304 Scarlet

📋 copy color: '#F11304'

red 241 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #F11304

Tints of Scarlet #F11304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 91.29%
G = 7.2%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F11304 (or 0xF11304) is known color: Scarlet. HEX triplet: F1, 13 and 04. RGB value is (241,19,4). Sum of RGB (Red+Green+Blue) = 241+19+4=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F11304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11304 is #0EECFB. Grayscale: #535353. Windows color (decimal): -978172 or 267249. OLE color: 267249.

HSL color Cylindrical-coordinate representation of color #F11304: hue angle of 3.8º degrees, saturation: 0.97, 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 #F11304 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 4 -
CMYK 0 0.92 0.98 0.05
HSL 3.8º 0.97% 0.48% -
HSV(B) 3.8º 0.98% 0.95% -
XYZ 36.53 19.18 1.89 -
YUV 83.67 83.05 240.22 -
System Red Green Blue C M Y K H S L
Decimal 241 19 4 0 0.92 0.98 0.05 3.8 0.97 0.48
Hex F1 13 4 0 5C 62 5 4 61 30
Octal 361 23 4 0 134 142 5 4 141 60
Binary 11110001 10011 100 0 1011100 1100010 101 100 1100001 110000

Color Harmonies of #F11304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11304

Black with #F11304

Text Example


Text Example

White with #F11304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11304; }

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

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

background-color css

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

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

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

border-color css

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

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

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