Html Css Color HEX #F12503 Scarlet

📋 copy color: '#F12503'

red 241 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #F12503

Tints of Scarlet #F12503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 85.77%
G = 13.17%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F12503 (or 0xF12503) is known color: Scarlet. HEX triplet: F1, 25 and 03. RGB value is (241,37,3). Sum of RGB (Red+Green+Blue) = 241+37+3=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F12503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12503 is #0EDAFC. Grayscale: #5E5E5E. Windows color (decimal): -973565 or 206321. OLE color: 206321.

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

Color convert

RGB 241 37 3 -
CMYK 0 0.85 0.99 0.05
HSL 8.57º 0.98% 0.48% -
HSV(B) 8.57º 0.99% 0.95% -
XYZ 36.95 20.03 2 -
YUV 94.12 76.59 232.76 -
System Red Green Blue C M Y K H S L
Decimal 241 37 3 0 0.85 0.99 0.05 8.57 0.98 0.48
Hex F1 25 3 0 55 63 5 9 62 30
Octal 361 45 3 0 125 143 5 11 142 60
Binary 11110001 100101 11 0 1010101 1100011 101 1001 1100010 110000

Color Harmonies of #F12503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12503

Black with #F12503

Text Example


Text Example

White with #F12503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12503; }

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

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

background-color css

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

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

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

border-color css

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

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

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