Html Css Color HEX #F01A03 Scarlet

📋 copy color: '#F01A03'

red 240 ◦ green 26 ◦ blue 3

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

Shades of Scarlet #F01A03

Tints of Scarlet #F01A03

RGB

 RED value IS 240 (94.14% from 255) = 89.22%

 GREEN value IS 26 (10.55% from 255) = 9.67%

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

R = 89.22%
G = 9.67%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01A03 (or 0xF01A03) is known color: Scarlet. HEX triplet: F0, 1A and 03. RGB value is (240,26,3). Sum of RGB (Red+Green+Blue) = 240+26+3=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01A03 is #0FE5FC. Grayscale: #575757. Windows color (decimal): -1041917 or 203504. OLE color: 203504.

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

Color convert

RGB 240 26 3 -
CMYK 0 0.89 0.99 0.06
HSL 5.82º 0.98% 0.48% -
HSV(B) 5.82º 0.99% 0.94% -
XYZ 36.32 19.27 1.89 -
YUV 87.36 80.4 236.87 -
System Red Green Blue C M Y K H S L
Decimal 240 26 3 0 0.89 0.99 0.06 5.82 0.98 0.48
Hex F0 1A 3 0 59 63 6 6 62 30
Octal 360 32 3 0 131 143 6 6 142 60
Binary 11110000 11010 11 0 1011001 1100011 110 110 1100010 110000

Color Harmonies of #F01A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A03

Black with #F01A03

Text Example


Text Example

White with #F01A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A03; }

 p { color: rgb(240,26,3); }

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

background-color css

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

 a { background-color: rgb(240,26,3); }

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

border-color css

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

 span { border-color: rgb(240,26,3); }

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