Html Css Color HEX #F52E2E Red Orange

📋 copy color: '#F52E2E'

red 245 ◦ green 46 ◦ blue 46

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

Shades of Red Orange #F52E2E

Tints of Red Orange #F52E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

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

R = 72.7%
G = 13.65%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F52E2E (or 0xF52E2E) is known color: Red Orange. HEX triplet: F5, 2E and 2E. RGB value is (245,46,46). Sum of RGB (Red+Green+Blue) = 245+46+46=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52E2E is #0AD1D1. Grayscale: #696969. Windows color (decimal): -709074 or 3026677. OLE color: 3026677.

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

Color convert

RGB 245 46 46 -
CMYK 0 0.81 0.81 0.04
HSL 0.91% 0.57% -
HSV(B) 0.81% 0.96% -
XYZ 39.13 21.56 4.68 -
YUV 105.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 245 46 46 0 0.81 0.81 0.04 0 0.91 0.57
Hex F5 2E 2E 0 51 51 4 0 5B 39
Octal 365 56 56 0 121 121 4 0 133 71
Binary 11110101 101110 101110 0 1010001 1010001 100 0 1011011 111001

Color Harmonies of #F52E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52E2E

Black with #F52E2E

Text Example


Text Example

White with #F52E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52E2E; }

 p { color: rgb(245,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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