Html Css Color HEX #F53532 Red Orange

📋 copy color: '#F53532'

red 245 ◦ green 53 ◦ blue 50

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

Shades of Red Orange #F53532

Tints of Red Orange #F53532

RGB

 RED value IS 245 (96.09% from 255) = 70.4%

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

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 70.4%
G = 15.23%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F53532 (or 0xF53532) is known color: Red Orange. HEX triplet: F5, 35 and 32. RGB value is (245,53,50). Sum of RGB (Red+Green+Blue) = 245+53+50=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F53532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53532 is #0ACACD. Grayscale: #6E6E6E. Windows color (decimal): -707278 or 3290613. OLE color: 3290613.

HSL color Cylindrical-coordinate representation of color #F53532: hue angle of 0.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53532 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 53 50 -
CMYK 0 0.78 0.80 0.04
HSL 0.92º 0.91% 0.58% -
HSV(B) 0.92º 0.8% 0.96% -
XYZ 39.51 22.19 5.22 -
YUV 110.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 245 53 50 0 0.78 0.80 0.04 0.92 0.91 0.58
Hex F5 35 32 0 4E 50 4 1 5B 3A
Octal 365 65 62 0 116 120 4 1 133 72
Binary 11110101 110101 110010 0 1001110 1010000 100 1 1011011 111010

Color Harmonies of #F53532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53532

Black with #F53532

Text Example


Text Example

White with #F53532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53532; }

 p { color: rgb(245,53,50); }

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

background-color css

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

 a { background-color: rgb(245,53,50); }

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

border-color css

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

 span { border-color: rgb(245,53,50); }

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