Html Css Color HEX #F12514 Scarlet

📋 copy color: '#F12514'

red 241 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #F12514

Tints of Scarlet #F12514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 80.87%
G = 12.42%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12514 (or 0xF12514) is known color: Scarlet. HEX triplet: F1, 25 and 14. RGB value is (241,37,20). Sum of RGB (Red+Green+Blue) = 241+37+20=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F12514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12514 is #0EDAEB. Grayscale: #606060. Windows color (decimal): -973548 or 1320433. OLE color: 1320433.

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

Color convert

RGB 241 37 20 -
CMYK 0 0.85 0.92 0.05
HSL 4.62º 0.89% 0.51% -
HSV(B) 4.62º 0.92% 0.95% -
XYZ 37.06 20.07 2.58 -
YUV 96.06 85.09 231.38 -
System Red Green Blue C M Y K H S L
Decimal 241 37 20 0 0.85 0.92 0.05 4.62 0.89 0.51
Hex F1 25 14 0 55 5C 5 5 59 33
Octal 361 45 24 0 125 134 5 5 131 63
Binary 11110001 100101 10100 0 1010101 1011100 101 101 1011001 110011

Color Harmonies of #F12514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12514

Black with #F12514

Text Example


Text Example

White with #F12514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12514; }

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

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

background-color css

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

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

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

border-color css

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

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

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