Html Css Color HEX #F12F18 Scarlet

📋 copy color: '#F12F18'

red 241 ◦ green 47 ◦ blue 24

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

Shades of Scarlet #F12F18

Tints of Scarlet #F12F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 77.24%
G = 15.06%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12F18 (or 0xF12F18) is known color: Scarlet. HEX triplet: F1, 2F and 18. RGB value is (241,47,24). Sum of RGB (Red+Green+Blue) = 241+47+24=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F18 is #0ED0E7. Grayscale: #666666. Windows color (decimal): -970984 or 1585137. OLE color: 1585137.

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

Color convert

RGB 241 47 24 -
CMYK 0 0.80 0.90 0.05
HSL 6.36º 0.89% 0.52% -
HSV(B) 6.36º 0.9% 0.95% -
XYZ 37.46 20.8 2.9 -
YUV 102.38 83.77 226.87 -
System Red Green Blue C M Y K H S L
Decimal 241 47 24 0 0.80 0.90 0.05 6.36 0.89 0.52
Hex F1 2F 18 0 50 5A 5 6 59 34
Octal 361 57 30 0 120 132 5 6 131 64
Binary 11110001 101111 11000 0 1010000 1011010 101 110 1011001 110100

Color Harmonies of #F12F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F18

Black with #F12F18

Text Example


Text Example

White with #F12F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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