Html Css Color HEX #F0372C Red Orange

📋 copy color: '#F0372C'

red 240 ◦ green 55 ◦ blue 44

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

Shades of Red Orange #F0372C

Tints of Red Orange #F0372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 70.8%
G = 16.22%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0372C (or 0xF0372C) is known color: Red Orange. HEX triplet: F0, 37 and 2C. RGB value is (240,55,44). Sum of RGB (Red+Green+Blue) = 240+55+44=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0372C is #0FC8D3. Grayscale: #6D6D6D. Windows color (decimal): -1034452 or 2897904. OLE color: 2897904.

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

Color convert

RGB 240 55 44 -
CMYK 0 0.77 0.82 0.06
HSL 3.37º 0.87% 0.56% -
HSV(B) 3.37º 0.82% 0.94% -
XYZ 37.76 21.44 4.53 -
YUV 109.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 240 55 44 0 0.77 0.82 0.06 3.37 0.87 0.56
Hex F0 37 2C 0 4D 52 6 3 57 38
Octal 360 67 54 0 115 122 6 3 127 70
Binary 11110000 110111 101100 0 1001101 1010010 110 11 1010111 111000

Color Harmonies of #F0372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0372C

Black with #F0372C

Text Example


Text Example

White with #F0372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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