Html Css Color HEX #F53735 Red Orange

📋 copy color: '#F53735'

red 245 ◦ green 55 ◦ blue 53

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

Shades of Red Orange #F53735

Tints of Red Orange #F53735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 69.41%
G = 15.58%
B = 15.01%

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

#F53735 (or 0xF53735) is known color: Red Orange. HEX triplet: F5, 37 and 35. RGB value is (245,55,53). Sum of RGB (Red+Green+Blue) = 245+55+53=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F53735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53735 is #0AC8CA. Grayscale: #6F6F6F. Windows color (decimal): -706763 or 3487733. OLE color: 3487733.

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

Color convert

RGB 245 55 53 -
CMYK 0 0.78 0.78 0.04
HSL 0.63º 0.91% 0.58% -
HSV(B) 0.63º 0.78% 0.96% -
XYZ 39.66 22.4 5.6 -
YUV 111.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 245 55 53 0 0.78 0.78 0.04 0.63 0.91 0.58
Hex F5 37 35 0 4E 4E 4 1 5B 3A
Octal 365 67 65 0 116 116 4 1 133 72
Binary 11110101 110111 110101 0 1001110 1001110 100 1 1011011 111010

Color Harmonies of #F53735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53735

Black with #F53735

Text Example


Text Example

White with #F53735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53735; }

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

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

background-color css

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

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

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

border-color css

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

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

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