Html Css Color HEX #F11714 Scarlet

📋 copy color: '#F11714'

red 241 ◦ green 23 ◦ blue 20

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

Shades of Scarlet #F11714

Tints of Scarlet #F11714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 84.86%
G = 8.1%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11714 (or 0xF11714) is known color: Scarlet. HEX triplet: F1, 17 and 14. RGB value is (241,23,20). Sum of RGB (Red+Green+Blue) = 241+23+20=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11714 is #0EE8EB. Grayscale: #585858. Windows color (decimal): -977132 or 1316849. OLE color: 1316849.

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

Color convert

RGB 241 23 20 -
CMYK 0 0.90 0.92 0.05
HSL 0.81º 0.89% 0.51% -
HSV(B) 0.81º 0.92% 0.95% -
XYZ 36.71 19.36 2.46 -
YUV 87.84 89.72 237.24 -
System Red Green Blue C M Y K H S L
Decimal 241 23 20 0 0.90 0.92 0.05 0.81 0.89 0.51
Hex F1 17 14 0 5A 5C 5 1 59 33
Octal 361 27 24 0 132 134 5 1 131 63
Binary 11110001 10111 10100 0 1011010 1011100 101 1 1011001 110011

Color Harmonies of #F11714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11714

Black with #F11714

Text Example


Text Example

White with #F11714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11714; }

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

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

background-color css

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

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

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

border-color css

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

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

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