Html Css Color HEX #FF3231 Red Orange

📋 copy color: '#FF3231'

red 255 ◦ green 50 ◦ blue 49

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

Shades of Red Orange #FF3231

Tints of Red Orange #FF3231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 72.03%
G = 14.12%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3231 (or 0xFF3231) is known color: Red Orange. HEX triplet: FF, 32 and 31. RGB value is (255,50,49). Sum of RGB (Red+Green+Blue) = 255+50+49=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3231 is #00CDCE. Grayscale: #6F6F6F. Windows color (decimal): -52687 or 3224319. OLE color: 3224319.

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

Color convert

RGB 255 50 49 -
CMYK 0 0.80 0.81 0
HSL 0.29º 1% 0.6% -
HSV(B) 0.29º 0.81% 1% -
XYZ 42.93 23.76 5.23 -
YUV 111.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 255 50 49 0 0.80 0.81 0 0.29 1 0.6
Hex FF 32 31 0 50 51 0 0 64 3C
Octal 377 62 61 0 120 121 0 0 144 74
Binary 11111111 110010 110001 0 1010000 1010001 0 0 1100100 111100

Color Harmonies of #FF3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3231

Black with #FF3231

Text Example


Text Example

White with #FF3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3231; }

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

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

background-color css

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

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

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

border-color css

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

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

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