Html Css Color HEX #F01703 Scarlet

📋 copy color: '#F01703'

red 240 ◦ green 23 ◦ blue 3

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

Shades of Scarlet #F01703

Tints of Scarlet #F01703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 90.23%
G = 8.65%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01703 (or 0xF01703) is known color: Scarlet. HEX triplet: F0, 17 and 03. RGB value is (240,23,3). Sum of RGB (Red+Green+Blue) = 240+23+3=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F01703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01703 is #0FE8FC. Grayscale: #555555. Windows color (decimal): -1042685 or 202736. OLE color: 202736.

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

Color convert

RGB 240 23 3 -
CMYK 0 0.90 0.99 0.06
HSL 5.06º 0.98% 0.48% -
HSV(B) 5.06º 0.99% 0.94% -
XYZ 36.26 19.14 1.87 -
YUV 85.6 81.39 238.13 -
System Red Green Blue C M Y K H S L
Decimal 240 23 3 0 0.90 0.99 0.06 5.06 0.98 0.48
Hex F0 17 3 0 5A 63 6 5 62 30
Octal 360 27 3 0 132 143 6 5 142 60
Binary 11110000 10111 11 0 1011010 1100011 110 101 1100010 110000

Color Harmonies of #F01703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01703

Black with #F01703

Text Example


Text Example

White with #F01703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01703; }

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

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

background-color css

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

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

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

border-color css

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

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

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