Html Css Color HEX #FF4113 Orange Red

📋 copy color: '#FF4113'

red 255 ◦ green 65 ◦ blue 19

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

Shades of Orange Red #FF4113

Tints of Orange Red #FF4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 75.22%
G = 19.17%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4113 (or 0xFF4113) is known color: Orange Red. HEX triplet: FF, 41 and 13. RGB value is (255,65,19). Sum of RGB (Red+Green+Blue) = 255+65+19=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4113 is #00BEEC. Grayscale: #747474. Windows color (decimal): -48877 or 1262079. OLE color: 1262079.

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

Color convert

RGB 255 65 19 -
CMYK 0 0.75 0.93 0
HSL 11.69º 1% 0.54% -
HSV(B) 11.69º 0.93% 1% -
XYZ 43.25 25.09 3.18 -
YUV 116.57 72.95 226.74 -
System Red Green Blue C M Y K H S L
Decimal 255 65 19 0 0.75 0.93 0 11.69 1 0.54
Hex FF 41 13 0 4B 5D 0 C 64 36
Octal 377 101 23 0 113 135 0 14 144 66
Binary 11111111 1000001 10011 0 1001011 1011101 0 1100 1100100 110110

Color Harmonies of #FF4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4113

Black with #FF4113

Text Example


Text Example

White with #FF4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4113; }

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

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

background-color css

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

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

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

border-color css

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

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

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