Html Css Color HEX #F13407 Scarlet

📋 copy color: '#F13407'

red 241 ◦ green 52 ◦ blue 7

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

Shades of Scarlet #F13407

Tints of Scarlet #F13407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 80.33%
G = 17.33%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F13407 (or 0xF13407) is known color: Scarlet. HEX triplet: F1, 34 and 07. RGB value is (241,52,7). Sum of RGB (Red+Green+Blue) = 241+52+7=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F13407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13407 is #0ECBF8. Grayscale: #676767. Windows color (decimal): -969721 or 472305. OLE color: 472305.

HSL color Cylindrical-coordinate representation of color #F13407: hue angle of 11.54º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F13407 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 52 7 -
CMYK 0 0.78 0.97 0.05
HSL 11.54º 0.94% 0.49% -
HSV(B) 11.54º 0.97% 0.95% -
XYZ 37.54 21.17 2.31 -
YUV 103.38 73.62 226.16 -
System Red Green Blue C M Y K H S L
Decimal 241 52 7 0 0.78 0.97 0.05 11.54 0.94 0.49
Hex F1 34 7 0 4E 61 5 C 5E 31
Octal 361 64 7 0 116 141 5 14 136 61
Binary 11110001 110100 111 0 1001110 1100001 101 1100 1011110 110001

Color Harmonies of #F13407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13407

Black with #F13407

Text Example


Text Example

White with #F13407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13407; }

 p { color: rgb(241,52,7); }

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

background-color css

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

 a { background-color: rgb(241,52,7); }

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

border-color css

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

 span { border-color: rgb(241,52,7); }

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