Html Css Color HEX #F12407 Scarlet

📋 copy color: '#F12407'

red 241 ◦ green 36 ◦ blue 7

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

Shades of Scarlet #F12407

Tints of Scarlet #F12407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 84.86%
G = 12.68%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F12407 (or 0xF12407) is known color: Scarlet. HEX triplet: F1, 24 and 07. RGB value is (241,36,7). Sum of RGB (Red+Green+Blue) = 241+36+7=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F12407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12407 is #0EDBF8. Grayscale: #5E5E5E. Windows color (decimal): -973817 or 468209. OLE color: 468209.

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

Color convert

RGB 241 36 7 -
CMYK 0 0.85 0.97 0.05
HSL 7.44º 0.94% 0.49% -
HSV(B) 7.44º 0.97% 0.95% -
XYZ 36.94 19.98 2.11 -
YUV 93.99 78.92 232.86 -
System Red Green Blue C M Y K H S L
Decimal 241 36 7 0 0.85 0.97 0.05 7.44 0.94 0.49
Hex F1 24 7 0 55 61 5 7 5E 31
Octal 361 44 7 0 125 141 5 7 136 61
Binary 11110001 100100 111 0 1010101 1100001 101 111 1011110 110001

Color Harmonies of #F12407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12407

Black with #F12407

Text Example


Text Example

White with #F12407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12407; }

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

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

background-color css

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

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

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

border-color css

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

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

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