Html Css Color HEX #FF4136 Red Orange

📋 copy color: '#FF4136'

red 255 ◦ green 65 ◦ blue 54

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

Shades of Red Orange #FF4136

Tints of Red Orange #FF4136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.44%

R = 68.18%
G = 17.38%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF4136 (or 0xFF4136) is known color: Red Orange. HEX triplet: FF, 41 and 36. RGB value is (255,65,54). Sum of RGB (Red+Green+Blue) = 255+65+54=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4136 is #00BEC9. Grayscale: #787878. Windows color (decimal): -48842 or 3555839. OLE color: 3555839.

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

Color convert

RGB 255 65 54 -
CMYK 0 0.75 0.79 0
HSL 3.28º 1% 0.61% -
HSV(B) 3.28º 0.79% 1% -
XYZ 43.8 25.31 6.07 -
YUV 120.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 255 65 54 0 0.75 0.79 0 3.28 1 0.61
Hex FF 41 36 0 4B 4F 0 3 64 3D
Octal 377 101 66 0 113 117 0 3 144 75
Binary 11111111 1000001 110110 0 1001011 1001111 0 11 1100100 111101

Color Harmonies of #FF4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4136

Black with #FF4136

Text Example


Text Example

White with #FF4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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