Html Css Color HEX #FF4101 Orange Red

📋 copy color: '#FF4101'

red 255 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #FF4101

Tints of Orange Red #FF4101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 79.44%
G = 20.25%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF4101 (or 0xFF4101) is known color: Orange Red. HEX triplet: FF, 41 and 01. RGB value is (255,65,1). Sum of RGB (Red+Green+Blue) = 255+65+1=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4101 is #00BEFE. Grayscale: #727272. Windows color (decimal): -48895 or 82431. OLE color: 82431.

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

Color convert

RGB 255 65 1 -
CMYK 0 0.75 1.00 0
HSL 15.12º 1% 0.5% -
HSV(B) 15.12º 1% 1% -
XYZ 43.14 25.04 2.59 -
YUV 114.51 63.95 228.2 -
System Red Green Blue C M Y K H S L
Decimal 255 65 1 0 0.75 1.00 0 15.12 1 0.5
Hex FF 41 1 0 4B 64 0 F 64 32
Octal 377 101 1 0 113 144 0 17 144 62
Binary 11111111 1000001 1 0 1001011 1100100 0 1111 1100100 110010

Color Harmonies of #FF4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4101

Black with #FF4101

Text Example


Text Example

White with #FF4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4101; }

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

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

background-color css

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

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

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

border-color css

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

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

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