Html Css Color HEX #F11812 Scarlet

📋 copy color: '#F11812'

red 241 ◦ green 24 ◦ blue 18

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

Shades of Scarlet #F11812

Tints of Scarlet #F11812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 85.16%
G = 8.48%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11812 (or 0xF11812) is known color: Scarlet. HEX triplet: F1, 18 and 12. RGB value is (241,24,18). Sum of RGB (Red+Green+Blue) = 241+24+18=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11812 is #0EE7ED. Grayscale: #585858. Windows color (decimal): -976878 or 1186033. OLE color: 1186033.

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

Color convert

RGB 241 24 18 -
CMYK 0 0.90 0.93 0.05
HSL 1.61º 0.89% 0.51% -
HSV(B) 1.61º 0.93% 0.95% -
XYZ 36.71 19.4 2.38 -
YUV 88.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 241 24 18 0 0.90 0.93 0.05 1.61 0.89 0.51
Hex F1 18 12 0 5A 5D 5 2 59 33
Octal 361 30 22 0 132 135 5 2 131 63
Binary 11110001 11000 10010 0 1011010 1011101 101 10 1011001 110011

Color Harmonies of #F11812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11812

Black with #F11812

Text Example


Text Example

White with #F11812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11812; }

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

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

background-color css

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

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

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

border-color css

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

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

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