Html Css Color HEX #F53D15 Orange Red

📋 copy color: '#F53D15'

red 245 ◦ green 61 ◦ blue 21

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

Shades of Orange Red #F53D15

Tints of Orange Red #F53D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 74.92%
G = 18.65%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F53D15 (or 0xF53D15) is known color: Orange Red. HEX triplet: F5, 3D and 15. RGB value is (245,61,21). Sum of RGB (Red+Green+Blue) = 245+61+21=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D15 is #0AC2EA. Grayscale: #6F6F6F. Windows color (decimal): -705259 or 1392117. OLE color: 1392117.

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

Color convert

RGB 245 61 21 -
CMYK 0 0.75 0.91 0.04
HSL 10.71º 0.92% 0.52% -
HSV(B) 10.71º 0.91% 0.96% -
XYZ 39.46 22.8 3.03 -
YUV 111.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 245 61 21 0 0.75 0.91 0.04 10.71 0.92 0.52
Hex F5 3D 15 0 4B 5B 4 B 5C 34
Octal 365 75 25 0 113 133 4 13 134 64
Binary 11110101 111101 10101 0 1001011 1011011 100 1011 1011100 110100

Color Harmonies of #F53D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D15

Black with #F53D15

Text Example


Text Example

White with #F53D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D15; }

 p { color: rgb(245,61,21); }

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

background-color css

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

 a { background-color: rgb(245,61,21); }

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

border-color css

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

 span { border-color: rgb(245,61,21); }

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