Html Css Color HEX #F53736 Red Orange

📋 copy color: '#F53736'

red 245 ◦ green 55 ◦ blue 54

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

Shades of Red Orange #F53736

Tints of Red Orange #F53736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 69.21%
G = 15.54%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F53736 (or 0xF53736) is known color: Red Orange. HEX triplet: F5, 37 and 36. RGB value is (245,55,54). Sum of RGB (Red+Green+Blue) = 245+55+54=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F53736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53736 is #0AC8C9. Grayscale: #6F6F6F. Windows color (decimal): -706762 or 3553269. OLE color: 3553269.

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

Color convert

RGB 245 55 54 -
CMYK 0 0.78 0.78 0.04
HSL 0.31º 0.91% 0.59% -
HSV(B) 0.31º 0.78% 0.96% -
XYZ 39.69 22.41 5.72 -
YUV 111.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 245 55 54 0 0.78 0.78 0.04 0.31 0.91 0.59
Hex F5 37 36 0 4E 4E 4 0 5B 3B
Octal 365 67 66 0 116 116 4 0 133 73
Binary 11110101 110111 110110 0 1001110 1001110 100 0 1011011 111011

Color Harmonies of #F53736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53736

Black with #F53736

Text Example


Text Example

White with #F53736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53736; }

 p { color: rgb(245,55,54); }

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

background-color css

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

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

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

border-color css

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

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

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