Html Css Color HEX #F12310 Scarlet

📋 copy color: '#F12310'

red 241 ◦ green 35 ◦ blue 16

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

Shades of Scarlet #F12310

Tints of Scarlet #F12310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 82.53%
G = 11.99%
B = 5.48%

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

#F12310 (or 0xF12310) is known color: Scarlet. HEX triplet: F1, 23 and 10. RGB value is (241,35,16). Sum of RGB (Red+Green+Blue) = 241+35+16=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F12310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12310 is #0EDCEF. Grayscale: #5E5E5E. Windows color (decimal): -974064 or 1057777. OLE color: 1057777.

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

Color convert

RGB 241 35 16 -
CMYK 0 0.85 0.93 0.05
HSL 5.07º 0.89% 0.5% -
HSV(B) 5.07º 0.93% 0.95% -
XYZ 36.97 19.94 2.39 -
YUV 94.43 83.75 232.54 -
System Red Green Blue C M Y K H S L
Decimal 241 35 16 0 0.85 0.93 0.05 5.07 0.89 0.5
Hex F1 23 10 0 55 5D 5 5 59 32
Octal 361 43 20 0 125 135 5 5 131 62
Binary 11110001 100011 10000 0 1010101 1011101 101 101 1011001 110010

Color Harmonies of #F12310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12310

Black with #F12310

Text Example


Text Example

White with #F12310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12310; }

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

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

background-color css

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

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

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

border-color css

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

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

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