Html Css Color HEX #F03512 Scarlet

📋 copy color: '#F03512'

red 240 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #F03512

Tints of Scarlet #F03512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 77.17%
G = 17.04%
B = 5.79%

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

#F03512 (or 0xF03512) is known color: Scarlet. HEX triplet: F0, 35 and 12. RGB value is (240,53,18). Sum of RGB (Red+Green+Blue) = 240+53+18=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F03512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03512 is #0FCAED. Grayscale: #696969. Windows color (decimal): -1034990 or 1193456. OLE color: 1193456.

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

Color convert

RGB 240 53 18 -
CMYK 0 0.78 0.92 0.06
HSL 9.46º 0.88% 0.51% -
HSV(B) 9.46º 0.93% 0.94% -
XYZ 37.32 21.12 2.68 -
YUV 104.92 78.95 224.35 -
System Red Green Blue C M Y K H S L
Decimal 240 53 18 0 0.78 0.92 0.06 9.46 0.88 0.51
Hex F0 35 12 0 4E 5C 6 9 58 33
Octal 360 65 22 0 116 134 6 11 130 63
Binary 11110000 110101 10010 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03512

Black with #F03512

Text Example


Text Example

White with #F03512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03512; }

 p { color: rgb(240,53,18); }

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

background-color css

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

 a { background-color: rgb(240,53,18); }

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

border-color css

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

 span { border-color: rgb(240,53,18); }

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