Html Css Color HEX #F53534 Red Orange

📋 copy color: '#F53534'

red 245 ◦ green 53 ◦ blue 52

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

Shades of Red Orange #F53534

Tints of Red Orange #F53534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 70%
G = 15.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F53534 (or 0xF53534) is known color: Red Orange. HEX triplet: F5, 35 and 34. RGB value is (245,53,52). Sum of RGB (Red+Green+Blue) = 245+53+52=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53534 is #0ACACB. Grayscale: #6E6E6E. Windows color (decimal): -707276 or 3421685. OLE color: 3421685.

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

Color convert

RGB 245 53 52 -
CMYK 0 0.78 0.79 0.04
HSL 0.31º 0.91% 0.58% -
HSV(B) 0.31º 0.79% 0.96% -
XYZ 39.55 22.21 5.45 -
YUV 110.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 245 53 52 0 0.78 0.79 0.04 0.31 0.91 0.58
Hex F5 35 34 0 4E 4F 4 0 5B 3A
Octal 365 65 64 0 116 117 4 0 133 72
Binary 11110101 110101 110100 0 1001110 1001111 100 0 1011011 111010

Color Harmonies of #F53534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53534

Black with #F53534

Text Example


Text Example

White with #F53534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53534; }

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

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

background-color css

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

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

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

border-color css

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

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

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