Html Css Color HEX #F11814 Scarlet

📋 copy color: '#F11814'

red 241 ◦ green 24 ◦ blue 20

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

Shades of Scarlet #F11814

Tints of Scarlet #F11814

RGB

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

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

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

R = 84.56%
G = 8.42%
B = 7.02%

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

#F11814 (or 0xF11814) is known color: Scarlet. HEX triplet: F1, 18 and 14. RGB value is (241,24,20). Sum of RGB (Red+Green+Blue) = 241+24+20=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F11814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11814 is #0EE7EB. Grayscale: #585858. Windows color (decimal): -976876 or 1317105. OLE color: 1317105.

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

Color convert

RGB 241 24 20 -
CMYK 0 0.90 0.92 0.05
HSL 1.09º 0.89% 0.51% -
HSV(B) 1.09º 0.92% 0.95% -
XYZ 36.73 19.4 2.47 -
YUV 88.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 241 24 20 0 0.90 0.92 0.05 1.09 0.89 0.51
Hex F1 18 14 0 5A 5C 5 1 59 33
Octal 361 30 24 0 132 134 5 1 131 63
Binary 11110001 11000 10100 0 1011010 1011100 101 1 1011001 110011

Color Harmonies of #F11814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11814

Black with #F11814

Text Example


Text Example

White with #F11814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11814; }

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

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

background-color css

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

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

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

border-color css

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

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

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