Html Css Color HEX #F12518 Scarlet

📋 copy color: '#F12518'

red 241 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #F12518

Tints of Scarlet #F12518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 79.8%
G = 12.25%
B = 7.95%

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

#F12518 (or 0xF12518) is known color: Scarlet. HEX triplet: F1, 25 and 18. RGB value is (241,37,24). Sum of RGB (Red+Green+Blue) = 241+37+24=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F12518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12518 is #0EDAE7. Grayscale: #606060. Windows color (decimal): -973544 or 1582577. OLE color: 1582577.

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

Color convert

RGB 241 37 24 -
CMYK 0 0.85 0.90 0.05
HSL 3.59º 0.89% 0.52% -
HSV(B) 3.59º 0.9% 0.95% -
XYZ 37.1 20.09 2.79 -
YUV 96.51 87.09 231.06 -
System Red Green Blue C M Y K H S L
Decimal 241 37 24 0 0.85 0.90 0.05 3.59 0.89 0.52
Hex F1 25 18 0 55 5A 5 4 59 34
Octal 361 45 30 0 125 132 5 4 131 64
Binary 11110001 100101 11000 0 1010101 1011010 101 100 1011001 110100

Color Harmonies of #F12518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12518

Black with #F12518

Text Example


Text Example

White with #F12518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12518; }

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

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

background-color css

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

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

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

border-color css

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

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

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