Html Css Color HEX #FF4713 Orange Red

📋 copy color: '#FF4713'

red 255 ◦ green 71 ◦ blue 19

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

Shades of Orange Red #FF4713

Tints of Orange Red #FF4713

RGB

 RED value IS 255 (100% from 255) = 73.91%

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 73.91%
G = 20.58%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4713 (or 0xFF4713) is known color: Orange Red. HEX triplet: FF, 47 and 13. RGB value is (255,71,19). Sum of RGB (Red+Green+Blue) = 255+71+19=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4713 is #00B8EC. Grayscale: #787878. Windows color (decimal): -47341 or 1263615. OLE color: 1263615.

HSL color Cylindrical-coordinate representation of color #FF4713: hue angle of 13.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4713 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 19 -
CMYK 0 0.72 0.93 0
HSL 13.22º 1% 0.54% -
HSV(B) 13.22º 0.93% 1% -
XYZ 43.61 25.81 3.3 -
YUV 120.09 70.96 224.23 -
System Red Green Blue C M Y K H S L
Decimal 255 71 19 0 0.72 0.93 0 13.22 1 0.54
Hex FF 47 13 0 48 5D 0 D 64 36
Octal 377 107 23 0 110 135 0 15 144 66
Binary 11111111 1000111 10011 0 1001000 1011101 0 1101 1100100 110110

Color Harmonies of #FF4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4713

Black with #FF4713

Text Example


Text Example

White with #FF4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4713; }

 p { color: rgb(255,71,19); }

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

background-color css

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

 a { background-color: rgb(255,71,19); }

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

border-color css

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

 span { border-color: rgb(255,71,19); }

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