Html Css Color HEX #F03414 Scarlet

📋 copy color: '#F03414'

red 240 ◦ green 52 ◦ blue 20

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

Shades of Scarlet #F03414

Tints of Scarlet #F03414

RGB

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

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

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

R = 76.92%
G = 16.67%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03414 (or 0xF03414) is known color: Scarlet. HEX triplet: F0, 34 and 14. RGB value is (240,52,20). Sum of RGB (Red+Green+Blue) = 240+52+20=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03414 is #0FCBEB. Grayscale: #686868. Windows color (decimal): -1035244 or 1324272. OLE color: 1324272.

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

Color convert

RGB 240 52 20 -
CMYK 0 0.78 0.92 0.06
HSL 8.73º 0.88% 0.51% -
HSV(B) 8.73º 0.92% 0.94% -
XYZ 37.29 21.03 2.76 -
YUV 104.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 240 52 20 0 0.78 0.92 0.06 8.73 0.88 0.51
Hex F0 34 14 0 4E 5C 6 9 58 33
Octal 360 64 24 0 116 134 6 11 130 63
Binary 11110000 110100 10100 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03414

Black with #F03414

Text Example


Text Example

White with #F03414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03414; }

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

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

background-color css

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

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

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

border-color css

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

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

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