Html Css Color HEX #F12819 Scarlet

📋 copy color: '#F12819'

red 241 ◦ green 40 ◦ blue 25

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

Shades of Scarlet #F12819

Tints of Scarlet #F12819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 78.76%
G = 13.07%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12819 (or 0xF12819) is known color: Scarlet. HEX triplet: F1, 28 and 19. RGB value is (241,40,25). Sum of RGB (Red+Green+Blue) = 241+40+25=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F12819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12819 is #0ED7E6. Grayscale: #626262. Windows color (decimal): -972775 or 1648881. OLE color: 1648881.

HSL color Cylindrical-coordinate representation of color #F12819: hue angle of 4.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F12819 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 25 -
CMYK 0 0.83 0.90 0.05
HSL 4.17º 0.89% 0.52% -
HSV(B) 4.17º 0.9% 0.95% -
XYZ 37.21 20.29 2.87 -
YUV 98.39 86.59 229.72 -
System Red Green Blue C M Y K H S L
Decimal 241 40 25 0 0.83 0.90 0.05 4.17 0.89 0.52
Hex F1 28 19 0 53 5A 5 4 59 34
Octal 361 50 31 0 123 132 5 4 131 64
Binary 11110001 101000 11001 0 1010011 1011010 101 100 1011001 110100

Color Harmonies of #F12819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12819

Black with #F12819

Text Example


Text Example

White with #F12819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12819; }

 p { color: rgb(241,40,25); }

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

background-color css

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

 a { background-color: rgb(241,40,25); }

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

border-color css

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

 span { border-color: rgb(241,40,25); }

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