Html Css Color HEX #F53935 Red Orange

📋 copy color: '#F53935'

red 245 ◦ green 57 ◦ blue 53

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

Shades of Red Orange #F53935

Tints of Red Orange #F53935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 69.01%
G = 16.06%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F53935 (or 0xF53935) is known color: Red Orange. HEX triplet: F5, 39 and 35. RGB value is (245,57,53). Sum of RGB (Red+Green+Blue) = 245+57+53=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F53935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53935 is #0AC6CA. Grayscale: #707070. Windows color (decimal): -706251 or 3488245. OLE color: 3488245.

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

Color convert

RGB 245 57 53 -
CMYK 0 0.77 0.78 0.04
HSL 1.25º 0.91% 0.58% -
HSV(B) 1.25º 0.78% 0.96% -
XYZ 39.76 22.6 5.63 -
YUV 112.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 245 57 53 0 0.77 0.78 0.04 1.25 0.91 0.58
Hex F5 39 35 0 4D 4E 4 1 5B 3A
Octal 365 71 65 0 115 116 4 1 133 72
Binary 11110101 111001 110101 0 1001101 1001110 100 1 1011011 111010

Color Harmonies of #F53935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53935

Black with #F53935

Text Example


Text Example

White with #F53935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53935; }

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

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

background-color css

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

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

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

border-color css

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

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

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