Html Css Color HEX #F0372D Red Orange

📋 copy color: '#F0372D'

red 240 ◦ green 55 ◦ blue 45

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

Shades of Red Orange #F0372D

Tints of Red Orange #F0372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 70.59%
G = 16.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0372D (or 0xF0372D) is known color: Red Orange. HEX triplet: F0, 37 and 2D. RGB value is (240,55,45). Sum of RGB (Red+Green+Blue) = 240+55+45=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0372D is #0FC8D2. Grayscale: #6D6D6D. Windows color (decimal): -1034451 or 2963440. OLE color: 2963440.

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

Color convert

RGB 240 55 45 -
CMYK 0 0.77 0.81 0.06
HSL 3.08º 0.87% 0.56% -
HSV(B) 3.08º 0.81% 0.94% -
XYZ 37.78 21.45 4.63 -
YUV 109.18 91.79 221.31 -
System Red Green Blue C M Y K H S L
Decimal 240 55 45 0 0.77 0.81 0.06 3.08 0.87 0.56
Hex F0 37 2D 0 4D 51 6 3 57 38
Octal 360 67 55 0 115 121 6 3 127 70
Binary 11110000 110111 101101 0 1001101 1010001 110 11 1010111 111000

Color Harmonies of #F0372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0372D

Black with #F0372D

Text Example


Text Example

White with #F0372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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