Html Css Color HEX #F11816 Scarlet

📋 copy color: '#F11816'

red 241 ◦ green 24 ◦ blue 22

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

Shades of Scarlet #F11816

Tints of Scarlet #F11816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 83.97%
G = 8.36%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F11816 (or 0xF11816) is known color: Scarlet. HEX triplet: F1, 18 and 16. RGB value is (241,24,22). Sum of RGB (Red+Green+Blue) = 241+24+22=287 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.97% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 241 - color contains mainly: red. Hex color #F11816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11816 is #0EE7E9. Grayscale: #585858. Windows color (decimal): -976874 or 1448177. OLE color: 1448177.

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

Color convert

RGB 241 24 22 -
CMYK 0 0.90 0.91 0.05
HSL 0.55º 0.89% 0.52% -
HSV(B) 0.55º 0.91% 0.95% -
XYZ 36.75 19.41 2.57 -
YUV 88.66 90.39 236.66 -
System Red Green Blue C M Y K H S L
Decimal 241 24 22 0 0.90 0.91 0.05 0.55 0.89 0.52
Hex F1 18 16 0 5A 5B 5 1 59 34
Octal 361 30 26 0 132 133 5 1 131 64
Binary 11110001 11000 10110 0 1011010 1011011 101 1 1011001 110100

Color Harmonies of #F11816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11816

Black with #F11816

Text Example


Text Example

White with #F11816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11816; }

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

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

background-color css

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

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

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

border-color css

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

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

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