Html Css Color HEX #F03713 Orange Red

📋 copy color: '#F03713'

red 240 ◦ green 55 ◦ blue 19

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

Shades of Orange Red #F03713

Tints of Orange Red #F03713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 76.43%
G = 17.52%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03713 (or 0xF03713) is known color: Orange Red. HEX triplet: F0, 37 and 13. RGB value is (240,55,19). Sum of RGB (Red+Green+Blue) = 240+55+19=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03713 is #0FC8EC. Grayscale: #6A6A6A. Windows color (decimal): -1034477 or 1259504. OLE color: 1259504.

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

Color convert

RGB 240 55 19 -
CMYK 0 0.77 0.92 0.06
HSL 9.77º 0.88% 0.51% -
HSV(B) 9.77º 0.92% 0.94% -
XYZ 37.42 21.3 2.76 -
YUV 106.21 78.79 223.43 -
System Red Green Blue C M Y K H S L
Decimal 240 55 19 0 0.77 0.92 0.06 9.77 0.88 0.51
Hex F0 37 13 0 4D 5C 6 A 58 33
Octal 360 67 23 0 115 134 6 12 130 63
Binary 11110000 110111 10011 0 1001101 1011100 110 1010 1011000 110011

Color Harmonies of #F03713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03713

Black with #F03713

Text Example


Text Example

White with #F03713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03713; }

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

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

background-color css

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

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

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

border-color css

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

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

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