Html Css Color HEX #F03403 Scarlet

📋 copy color: '#F03403'

red 240 ◦ green 52 ◦ blue 3

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

Shades of Scarlet #F03403

Tints of Scarlet #F03403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 81.36%
G = 17.63%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F03403 (or 0xF03403) is known color: Scarlet. HEX triplet: F0, 34 and 03. RGB value is (240,52,3). Sum of RGB (Red+Green+Blue) = 240+52+3=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F03403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03403 is #0FCBFC. Grayscale: #676767. Windows color (decimal): -1035261 or 210160. OLE color: 210160.

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

Color convert

RGB 240 52 3 -
CMYK 0 0.78 0.99 0.06
HSL 12.41º 0.98% 0.48% -
HSV(B) 12.41º 0.99% 0.94% -
XYZ 37.18 20.99 2.18 -
YUV 102.63 71.78 225.98 -
System Red Green Blue C M Y K H S L
Decimal 240 52 3 0 0.78 0.99 0.06 12.41 0.98 0.48
Hex F0 34 3 0 4E 63 6 C 62 30
Octal 360 64 3 0 116 143 6 14 142 60
Binary 11110000 110100 11 0 1001110 1100011 110 1100 1100010 110000

Color Harmonies of #F03403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03403

Black with #F03403

Text Example


Text Example

White with #F03403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03403; }

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

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

background-color css

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

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

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

border-color css

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

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

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