Html Css Color HEX #F53531 Red Orange

📋 copy color: '#F53531'

red 245 ◦ green 53 ◦ blue 49

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

Shades of Red Orange #F53531

Tints of Red Orange #F53531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 70.61%
G = 15.27%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F53531 (or 0xF53531) is known color: Red Orange. HEX triplet: F5, 35 and 31. RGB value is (245,53,49). Sum of RGB (Red+Green+Blue) = 245+53+49=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F53531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53531 is #0ACACE. Grayscale: #6E6E6E. Windows color (decimal): -707279 or 3225077. OLE color: 3225077.

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

Color convert

RGB 245 53 49 -
CMYK 0 0.78 0.8 0.04
HSL 1.22º 0.91% 0.58% -
HSV(B) 1.22º 0.8% 0.96% -
XYZ 39.48 22.18 5.11 -
YUV 109.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 245 53 49 0 0.78 0.8 0.04 1.22 0.91 0.58
Hex F5 35 31 0 4E 50 4 1 5B 3A
Octal 365 65 61 0 116 120 4 1 133 72
Binary 11110101 110101 110001 0 1001110 1010000 100 1 1011011 111010

Color Harmonies of #F53531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53531

Black with #F53531

Text Example


Text Example

White with #F53531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53531; }

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

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

background-color css

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

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

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

border-color css

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

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

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