Html Css Color HEX #F12C14 Scarlet

📋 copy color: '#F12C14'

red 241 ◦ green 44 ◦ blue 20

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

Shades of Scarlet #F12C14

Tints of Scarlet #F12C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 79.02%
G = 14.43%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12C14 (or 0xF12C14) is known color: Scarlet. HEX triplet: F1, 2C and 14. RGB value is (241,44,20). Sum of RGB (Red+Green+Blue) = 241+44+20=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12C14 is #0ED3EB. Grayscale: #646464. Windows color (decimal): -971756 or 1322225. OLE color: 1322225.

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

Color convert

RGB 241 44 20 -
CMYK 0 0.82 0.92 0.05
HSL 6.52º 0.89% 0.51% -
HSV(B) 6.52º 0.92% 0.95% -
XYZ 37.3 20.55 2.66 -
YUV 100.17 82.77 228.45 -
System Red Green Blue C M Y K H S L
Decimal 241 44 20 0 0.82 0.92 0.05 6.52 0.89 0.51
Hex F1 2C 14 0 52 5C 5 7 59 33
Octal 361 54 24 0 122 134 5 7 131 63
Binary 11110001 101100 10100 0 1010010 1011100 101 111 1011001 110011

Color Harmonies of #F12C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C14

Black with #F12C14

Text Example


Text Example

White with #F12C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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