Html Css Color HEX #F52927 Red Orange

📋 copy color: '#F52927'

red 245 ◦ green 41 ◦ blue 39

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

Shades of Red Orange #F52927

Tints of Red Orange #F52927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 75.38%
G = 12.62%
B = 12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F52927 (or 0xF52927) is known color: Red Orange. HEX triplet: F5, 29 and 27. RGB value is (245,41,39). Sum of RGB (Red+Green+Blue) = 245+41+39=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F52927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52927 is #0AD6D8. Grayscale: #656565. Windows color (decimal): -710361 or 2566645. OLE color: 2566645.

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

Color convert

RGB 245 41 39 -
CMYK 0 0.83 0.84 0.04
HSL 0.58º 0.91% 0.56% -
HSV(B) 0.58º 0.84% 0.96% -
XYZ 38.82 21.14 3.96 -
YUV 101.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 245 41 39 0 0.83 0.84 0.04 0.58 0.91 0.56
Hex F5 29 27 0 53 54 4 1 5B 38
Octal 365 51 47 0 123 124 4 1 133 70
Binary 11110101 101001 100111 0 1010011 1010100 100 1 1011011 111000

Color Harmonies of #F52927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52927

Black with #F52927

Text Example


Text Example

White with #F52927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52927; }

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

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

background-color css

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

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

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

border-color css

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

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

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