Html Css Color HEX #F0352E Red Orange

📋 copy color: '#F0352E'

red 240 ◦ green 53 ◦ blue 46

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

Shades of Red Orange #F0352E

Tints of Red Orange #F0352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 70.8%
G = 15.63%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0352E (or 0xF0352E) is known color: Red Orange. HEX triplet: F0, 35 and 2E. RGB value is (240,53,46). Sum of RGB (Red+Green+Blue) = 240+53+46=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0352E is #0FCAD1. Grayscale: #6C6C6C. Windows color (decimal): -1034962 or 3028464. OLE color: 3028464.

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

Color convert

RGB 240 53 46 -
CMYK 0 0.78 0.81 0.06
HSL 2.16º 0.87% 0.56% -
HSV(B) 2.16º 0.81% 0.94% -
XYZ 37.7 21.27 4.7 -
YUV 108.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 240 53 46 0 0.78 0.81 0.06 2.16 0.87 0.56
Hex F0 35 2E 0 4E 51 6 2 57 38
Octal 360 65 56 0 116 121 6 2 127 70
Binary 11110000 110101 101110 0 1001110 1010001 110 10 1010111 111000

Color Harmonies of #F0352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0352E

Black with #F0352E

Text Example


Text Example

White with #F0352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0352E; }

 p { color: rgb(240,53,46); }

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

background-color css

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

 a { background-color: rgb(240,53,46); }

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

border-color css

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

 span { border-color: rgb(240,53,46); }

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