Html Css Color HEX #FF4913 Orange Red

📋 copy color: '#FF4913'

red 255 ◦ green 73 ◦ blue 19

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

Shades of Orange Red #FF4913

Tints of Orange Red #FF4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 73.49%
G = 21.04%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4913 (or 0xFF4913) is known color: Orange Red. HEX triplet: FF, 49 and 13. RGB value is (255,73,19). Sum of RGB (Red+Green+Blue) = 255+73+19=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4913 is #00B6EC. Grayscale: #797979. Windows color (decimal): -46829 or 1264127. OLE color: 1264127.

HSL color Cylindrical-coordinate representation of color #FF4913: hue angle of 13.73º 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 #FF4913 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 19 -
CMYK 0 0.71 0.93 0
HSL 13.73º 1% 0.54% -
HSV(B) 13.73º 0.93% 1% -
XYZ 43.74 26.07 3.34 -
YUV 121.26 70.3 223.39 -
System Red Green Blue C M Y K H S L
Decimal 255 73 19 0 0.71 0.93 0 13.73 1 0.54
Hex FF 49 13 0 47 5D 0 E 64 36
Octal 377 111 23 0 107 135 0 16 144 66
Binary 11111111 1001001 10011 0 1000111 1011101 0 1110 1100100 110110

Color Harmonies of #FF4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4913

Black with #FF4913

Text Example


Text Example

White with #FF4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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