Html Css Color HEX #F03413 Scarlet

📋 copy color: '#F03413'

red 240 ◦ green 52 ◦ blue 19

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

Shades of Scarlet #F03413

Tints of Scarlet #F03413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 77.17%
G = 16.72%
B = 6.11%

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

#F03413 (or 0xF03413) is known color: Scarlet. HEX triplet: F0, 34 and 13. RGB value is (240,52,19). Sum of RGB (Red+Green+Blue) = 240+52+19=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F03413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03413 is #0FCBEC. Grayscale: #686868. Windows color (decimal): -1035245 or 1258736. OLE color: 1258736.

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

Color convert

RGB 240 52 19 -
CMYK 0 0.78 0.92 0.06
HSL 8.96º 0.88% 0.51% -
HSV(B) 8.96º 0.92% 0.94% -
XYZ 37.28 21.03 2.71 -
YUV 104.45 79.78 224.68 -
System Red Green Blue C M Y K H S L
Decimal 240 52 19 0 0.78 0.92 0.06 8.96 0.88 0.51
Hex F0 34 13 0 4E 5C 6 9 58 33
Octal 360 64 23 0 116 134 6 11 130 63
Binary 11110000 110100 10011 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03413

Black with #F03413

Text Example


Text Example

White with #F03413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03413; }

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

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

background-color css

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

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

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

border-color css

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

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

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