Html Css Color HEX #F03314 Scarlet

📋 copy color: '#F03314'

red 240 ◦ green 51 ◦ blue 20

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

Shades of Scarlet #F03314

Tints of Scarlet #F03314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 77.17%
G = 16.4%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03314 (or 0xF03314) is known color: Scarlet. HEX triplet: F0, 33 and 14. RGB value is (240,51,20). Sum of RGB (Red+Green+Blue) = 240+51+20=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F03314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03314 is #0FCCEB. Grayscale: #686868. Windows color (decimal): -1035500 or 1324016. OLE color: 1324016.

HSL color Cylindrical-coordinate representation of color #F03314: hue angle of 8.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F03314 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 20 -
CMYK 0 0.79 0.92 0.06
HSL 8.45º 0.88% 0.51% -
HSV(B) 8.45º 0.92% 0.94% -
XYZ 37.25 20.94 2.74 -
YUV 103.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 240 51 20 0 0.79 0.92 0.06 8.45 0.88 0.51
Hex F0 33 14 0 4F 5C 6 8 58 33
Octal 360 63 24 0 117 134 6 10 130 63
Binary 11110000 110011 10100 0 1001111 1011100 110 1000 1011000 110011

Color Harmonies of #F03314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03314

Black with #F03314

Text Example


Text Example

White with #F03314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03314; }

 p { color: rgb(240,51,20); }

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

background-color css

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

 a { background-color: rgb(240,51,20); }

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

border-color css

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

 span { border-color: rgb(240,51,20); }

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