Html Css Color HEX #F03715 Orange Red

📋 copy color: '#F03715'

red 240 ◦ green 55 ◦ blue 21

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

Shades of Orange Red #F03715

Tints of Orange Red #F03715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 75.95%
G = 17.41%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F03715 (or 0xF03715) is known color: Orange Red. HEX triplet: F0, 37 and 15. RGB value is (240,55,21). Sum of RGB (Red+Green+Blue) = 240+55+21=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F03715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03715 is #0FC8EA. Grayscale: #6A6A6A. Windows color (decimal): -1034475 or 1390576. OLE color: 1390576.

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

Color convert

RGB 240 55 21 -
CMYK 0 0.77 0.91 0.06
HSL 9.32º 0.88% 0.51% -
HSV(B) 9.32º 0.91% 0.94% -
XYZ 37.44 21.31 2.85 -
YUV 106.44 79.79 223.26 -
System Red Green Blue C M Y K H S L
Decimal 240 55 21 0 0.77 0.91 0.06 9.32 0.88 0.51
Hex F0 37 15 0 4D 5B 6 9 58 33
Octal 360 67 25 0 115 133 6 11 130 63
Binary 11110000 110111 10101 0 1001101 1011011 110 1001 1011000 110011

Color Harmonies of #F03715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03715

Black with #F03715

Text Example


Text Example

White with #F03715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03715; }

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

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

background-color css

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

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

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

border-color css

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

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

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