Html Css Color HEX #FF4132 Red Orange

📋 copy color: '#FF4132'

red 255 ◦ green 65 ◦ blue 50

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

Shades of Red Orange #FF4132

Tints of Red Orange #FF4132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 68.92%
G = 17.57%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF4132 (or 0xFF4132) is known color: Red Orange. HEX triplet: FF, 41 and 32. RGB value is (255,65,50). Sum of RGB (Red+Green+Blue) = 255+65+50=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4132 is #00BECD. Grayscale: #787878. Windows color (decimal): -48846 or 3293695. OLE color: 3293695.

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

Color convert

RGB 255 65 50 -
CMYK 0 0.75 0.80 0
HSL 4.39º 1% 0.6% -
HSV(B) 4.39º 0.8% 1% -
XYZ 43.71 25.27 5.59 -
YUV 120.1 88.45 224.22 -
System Red Green Blue C M Y K H S L
Decimal 255 65 50 0 0.75 0.80 0 4.39 1 0.6
Hex FF 41 32 0 4B 50 0 4 64 3C
Octal 377 101 62 0 113 120 0 4 144 74
Binary 11111111 1000001 110010 0 1001011 1010000 0 100 1100100 111100

Color Harmonies of #FF4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4132

Black with #FF4132

Text Example


Text Example

White with #FF4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4132; }

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

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

background-color css

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

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

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

border-color css

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

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

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