Html Css Color HEX #F53527 Red Orange

📋 copy color: '#F53527'

red 245 ◦ green 53 ◦ blue 39

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

Shades of Red Orange #F53527

Tints of Red Orange #F53527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 72.7%
G = 15.73%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53527 (or 0xF53527) is known color: Red Orange. HEX triplet: F5, 35 and 27. RGB value is (245,53,39). Sum of RGB (Red+Green+Blue) = 245+53+39=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F53527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53527 is #0ACAD8. Grayscale: #6D6D6D. Windows color (decimal): -707289 or 2569717. OLE color: 2569717.

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

Color convert

RGB 245 53 39 -
CMYK 0 0.78 0.84 0.04
HSL 4.08º 0.91% 0.56% -
HSV(B) 4.08º 0.84% 0.96% -
XYZ 39.3 22.11 4.12 -
YUV 108.81 88.61 225.14 -
System Red Green Blue C M Y K H S L
Decimal 245 53 39 0 0.78 0.84 0.04 4.08 0.91 0.56
Hex F5 35 27 0 4E 54 4 4 5B 38
Octal 365 65 47 0 116 124 4 4 133 70
Binary 11110101 110101 100111 0 1001110 1010100 100 100 1011011 111000

Color Harmonies of #F53527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53527

Black with #F53527

Text Example


Text Example

White with #F53527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53527; }

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

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

background-color css

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

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

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

border-color css

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

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

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