Html Css Color HEX #F12C19 Scarlet

📋 copy color: '#F12C19'

red 241 ◦ green 44 ◦ blue 25

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

Shades of Scarlet #F12C19

Tints of Scarlet #F12C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 77.74%
G = 14.19%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12C19 (or 0xF12C19) is known color: Scarlet. HEX triplet: F1, 2C and 19. RGB value is (241,44,25). Sum of RGB (Red+Green+Blue) = 241+44+25=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12C19 is #0ED3E6. Grayscale: #656565. Windows color (decimal): -971751 or 1649905. OLE color: 1649905.

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

Color convert

RGB 241 44 25 -
CMYK 0 0.82 0.90 0.05
HSL 5.28º 0.89% 0.52% -
HSV(B) 5.28º 0.9% 0.95% -
XYZ 37.35 20.57 2.92 -
YUV 100.74 85.27 228.04 -
System Red Green Blue C M Y K H S L
Decimal 241 44 25 0 0.82 0.90 0.05 5.28 0.89 0.52
Hex F1 2C 19 0 52 5A 5 5 59 34
Octal 361 54 31 0 122 132 5 5 131 64
Binary 11110001 101100 11001 0 1010010 1011010 101 101 1011001 110100

Color Harmonies of #F12C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C19

Black with #F12C19

Text Example


Text Example

White with #F12C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C19; }

 p { color: rgb(241,44,25); }

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

background-color css

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

 a { background-color: rgb(241,44,25); }

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

border-color css

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

 span { border-color: rgb(241,44,25); }

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