Html Css Color HEX #F11702 Scarlet

📋 copy color: '#F11702'

red 241 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #F11702

Tints of Scarlet #F11702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 90.6%
G = 8.65%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F11702 (or 0xF11702) is known color: Scarlet. HEX triplet: F1, 17 and 02. RGB value is (241,23,2). Sum of RGB (Red+Green+Blue) = 241+23+2=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F11702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11702 is #0EE8FD. Grayscale: #565656. Windows color (decimal): -977150 or 137201. OLE color: 137201.

HSL color Cylindrical-coordinate representation of color #F11702: hue angle of 5.27º 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 #F11702 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 2 -
CMYK 0 0.90 0.99 0.05
HSL 5.27º 0.98% 0.48% -
HSV(B) 5.27º 0.99% 0.95% -
XYZ 36.59 19.32 1.86 -
YUV 85.79 80.72 238.71 -
System Red Green Blue C M Y K H S L
Decimal 241 23 2 0 0.90 0.99 0.05 5.27 0.98 0.48
Hex F1 17 2 0 5A 63 5 5 62 30
Octal 361 27 2 0 132 143 5 5 142 60
Binary 11110001 10111 10 0 1011010 1100011 101 101 1100010 110000

Color Harmonies of #F11702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11702

Black with #F11702

Text Example


Text Example

White with #F11702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11702; }

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

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

background-color css

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

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

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

border-color css

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

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

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