Html Css Color HEX #F0382F Red Orange

📋 copy color: '#F0382F'

red 240 ◦ green 56 ◦ blue 47

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

Shades of Red Orange #F0382F

Tints of Red Orange #F0382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 69.97%
G = 16.33%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0382F (or 0xF0382F) is known color: Red Orange. HEX triplet: F0, 38 and 2F. RGB value is (240,56,47). Sum of RGB (Red+Green+Blue) = 240+56+47=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0382F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0382F is #0FC7D0. Grayscale: #6E6E6E. Windows color (decimal): -1034193 or 3094768. OLE color: 3094768.

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

Color convert

RGB 240 56 47 -
CMYK 0 0.77 0.80 0.06
HSL 2.8º 0.87% 0.56% -
HSV(B) 2.8º 0.8% 0.94% -
XYZ 37.86 21.56 4.86 -
YUV 109.99 92.46 220.73 -
System Red Green Blue C M Y K H S L
Decimal 240 56 47 0 0.77 0.80 0.06 2.8 0.87 0.56
Hex F0 38 2F 0 4D 50 6 3 57 38
Octal 360 70 57 0 115 120 6 3 127 70
Binary 11110000 111000 101111 0 1001101 1010000 110 11 1010111 111000

Color Harmonies of #F0382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0382F

Black with #F0382F

Text Example


Text Example

White with #F0382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0382F; }

 p { color: rgb(240,56,47); }

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

background-color css

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

 a { background-color: rgb(240,56,47); }

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

border-color css

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

 span { border-color: rgb(240,56,47); }

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