Html Css Color HEX #F1240C Scarlet

📋 copy color: '#F1240C'

red 241 ◦ green 36 ◦ blue 12

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

Shades of Scarlet #F1240C

Tints of Scarlet #F1240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 83.39%
G = 12.46%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1240C (or 0xF1240C) is known color: Scarlet. HEX triplet: F1, 24 and 0C. RGB value is (241,36,12). Sum of RGB (Red+Green+Blue) = 241+36+12=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1240C is #0EDBF3. Grayscale: #5E5E5E. Windows color (decimal): -973812 or 795889. OLE color: 795889.

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

Color convert

RGB 241 36 12 -
CMYK 0 0.85 0.95 0.05
HSL 6.29º 0.91% 0.5% -
HSV(B) 6.29º 0.95% 0.95% -
XYZ 36.97 19.99 2.26 -
YUV 94.56 81.42 232.45 -
System Red Green Blue C M Y K H S L
Decimal 241 36 12 0 0.85 0.95 0.05 6.29 0.91 0.5
Hex F1 24 C 0 55 5F 5 6 5B 32
Octal 361 44 14 0 125 137 5 6 133 62
Binary 11110001 100100 1100 0 1010101 1011111 101 110 1011011 110010

Color Harmonies of #F1240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1240C

Black with #F1240C

Text Example


Text Example

White with #F1240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1240C; }

 p { color: rgb(241,36,12); }

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

background-color css

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

 a { background-color: rgb(241,36,12); }

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

border-color css

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

 span { border-color: rgb(241,36,12); }

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