Html Css Color HEX #F12519 Scarlet

📋 copy color: '#F12519'

red 241 ◦ green 37 ◦ blue 25

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

Shades of Scarlet #F12519

Tints of Scarlet #F12519

RGB

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

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

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

R = 79.54%
G = 12.21%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12519 (or 0xF12519) is known color: Scarlet. HEX triplet: F1, 25 and 19. RGB value is (241,37,25). Sum of RGB (Red+Green+Blue) = 241+37+25=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F12519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12519 is #0EDAE6. Grayscale: #606060. Windows color (decimal): -973543 or 1648113. OLE color: 1648113.

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

Color convert

RGB 241 37 25 -
CMYK 0 0.85 0.90 0.05
HSL 3.33º 0.89% 0.52% -
HSV(B) 3.33º 0.9% 0.95% -
XYZ 37.11 20.09 2.84 -
YUV 96.63 87.59 230.98 -
System Red Green Blue C M Y K H S L
Decimal 241 37 25 0 0.85 0.90 0.05 3.33 0.89 0.52
Hex F1 25 19 0 55 5A 5 3 59 34
Octal 361 45 31 0 125 132 5 3 131 64
Binary 11110001 100101 11001 0 1010101 1011010 101 11 1011001 110100

Color Harmonies of #F12519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12519

Black with #F12519

Text Example


Text Example

White with #F12519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12519; }

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

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

background-color css

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

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

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

border-color css

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

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

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