Html Css Color HEX #F53D0D Orange Red

📋 copy color: '#F53D0D'

red 245 ◦ green 61 ◦ blue 13

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

Shades of Orange Red #F53D0D

Tints of Orange Red #F53D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 76.8%
G = 19.12%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F53D0D (or 0xF53D0D) is known color: Orange Red. HEX triplet: F5, 3D and 0D. RGB value is (245,61,13). Sum of RGB (Red+Green+Blue) = 245+61+13=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D0D is #0AC2F2. Grayscale: #6E6E6E. Windows color (decimal): -705267 or 867829. OLE color: 867829.

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

Color convert

RGB 245 61 13 -
CMYK 0 0.75 0.95 0.04
HSL 12.41º 0.92% 0.51% -
HSV(B) 12.41º 0.95% 0.96% -
XYZ 39.4 22.78 2.7 -
YUV 110.54 72.96 223.9 -
System Red Green Blue C M Y K H S L
Decimal 245 61 13 0 0.75 0.95 0.04 12.41 0.92 0.51
Hex F5 3D D 0 4B 5F 4 C 5C 33
Octal 365 75 15 0 113 137 4 14 134 63
Binary 11110101 111101 1101 0 1001011 1011111 100 1100 1011100 110011

Color Harmonies of #F53D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D0D

Black with #F53D0D

Text Example


Text Example

White with #F53D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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