Html Css Color HEX #F12510 Scarlet

📋 copy color: '#F12510'

red 241 ◦ green 37 ◦ blue 16

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

Shades of Scarlet #F12510

Tints of Scarlet #F12510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 81.97%
G = 12.59%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12510 (or 0xF12510) is known color: Scarlet. HEX triplet: F1, 25 and 10. RGB value is (241,37,16). Sum of RGB (Red+Green+Blue) = 241+37+16=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F12510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12510 is #0EDAEF. Grayscale: #5F5F5F. Windows color (decimal): -973552 or 1058289. OLE color: 1058289.

HSL color Cylindrical-coordinate representation of color #F12510: hue angle of 5.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12510 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 16 -
CMYK 0 0.85 0.93 0.05
HSL 5.6º 0.89% 0.5% -
HSV(B) 5.6º 0.93% 0.95% -
XYZ 37.03 20.06 2.41 -
YUV 95.6 83.09 231.71 -
System Red Green Blue C M Y K H S L
Decimal 241 37 16 0 0.85 0.93 0.05 5.6 0.89 0.5
Hex F1 25 10 0 55 5D 5 6 59 32
Octal 361 45 20 0 125 135 5 6 131 62
Binary 11110001 100101 10000 0 1010101 1011101 101 110 1011001 110010

Color Harmonies of #F12510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12510

Black with #F12510

Text Example


Text Example

White with #F12510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12510; }

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

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

background-color css

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

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

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

border-color css

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

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

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