Html Css Color HEX #F12714 Scarlet

📋 copy color: '#F12714'

red 241 ◦ green 39 ◦ blue 20

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

Shades of Scarlet #F12714

Tints of Scarlet #F12714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 80.33%
G = 13%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12714 (or 0xF12714) is known color: Scarlet. HEX triplet: F1, 27 and 14. RGB value is (241,39,20). Sum of RGB (Red+Green+Blue) = 241+39+20=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F12714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12714 is #0ED8EB. Grayscale: #616161. Windows color (decimal): -973036 or 1320945. OLE color: 1320945.

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

Color convert

RGB 241 39 20 -
CMYK 0 0.84 0.92 0.05
HSL 5.16º 0.89% 0.51% -
HSV(B) 5.16º 0.92% 0.95% -
XYZ 37.13 20.2 2.6 -
YUV 97.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 241 39 20 0 0.84 0.92 0.05 5.16 0.89 0.51
Hex F1 27 14 0 54 5C 5 5 59 33
Octal 361 47 24 0 124 134 5 5 131 63
Binary 11110001 100111 10100 0 1010100 1011100 101 101 1011001 110011

Color Harmonies of #F12714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12714

Black with #F12714

Text Example


Text Example

White with #F12714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12714; }

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

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

background-color css

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

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

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

border-color css

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

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

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