Html Css Color HEX #FF4131 Red Orange

📋 copy color: '#FF4131'

red 255 ◦ green 65 ◦ blue 49

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

Shades of Red Orange #FF4131

Tints of Red Orange #FF4131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 69.11%
G = 17.62%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF4131 (or 0xFF4131) is known color: Red Orange. HEX triplet: FF, 41 and 31. RGB value is (255,65,49). Sum of RGB (Red+Green+Blue) = 255+65+49=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4131 is #00BECE. Grayscale: #787878. Windows color (decimal): -48847 or 3228159. OLE color: 3228159.

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

Color convert

RGB 255 65 49 -
CMYK 0 0.75 0.81 0
HSL 4.66º 1% 0.6% -
HSV(B) 4.66º 0.81% 1% -
XYZ 43.68 25.26 5.48 -
YUV 119.99 87.95 224.3 -
System Red Green Blue C M Y K H S L
Decimal 255 65 49 0 0.75 0.81 0 4.66 1 0.6
Hex FF 41 31 0 4B 51 0 5 64 3C
Octal 377 101 61 0 113 121 0 5 144 74
Binary 11111111 1000001 110001 0 1001011 1010001 0 101 1100100 111100

Color Harmonies of #FF4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4131

Black with #FF4131

Text Example


Text Example

White with #FF4131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4131; }

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

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

background-color css

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

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

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

border-color css

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

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

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