Html Css Color HEX #F11512 Scarlet

📋 copy color: '#F11512'

red 241 ◦ green 21 ◦ blue 18

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

Shades of Scarlet #F11512

Tints of Scarlet #F11512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 86.07%
G = 7.5%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11512 (or 0xF11512) is known color: Scarlet. HEX triplet: F1, 15 and 12. RGB value is (241,21,18). Sum of RGB (Red+Green+Blue) = 241+21+18=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F11512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11512 is #0EEAED. Grayscale: #565656. Windows color (decimal): -977646 or 1185265. OLE color: 1185265.

HSL color Cylindrical-coordinate representation of color #F11512: 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.93%. Process color model (Four color, CMYK) of #F11512 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 21 18 -
CMYK 0 0.91 0.93 0.05
HSL 0.81º 0.89% 0.51% -
HSV(B) 0.81º 0.93% 0.95% -
XYZ 36.65 19.28 2.36 -
YUV 86.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 241 21 18 0 0.91 0.93 0.05 0.81 0.89 0.51
Hex F1 15 12 0 5B 5D 5 1 59 33
Octal 361 25 22 0 133 135 5 1 131 63
Binary 11110001 10101 10010 0 1011011 1011101 101 1 1011001 110011

Color Harmonies of #F11512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11512

Black with #F11512

Text Example


Text Example

White with #F11512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11512; }

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

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

background-color css

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

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

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

border-color css

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

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

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