Html Css Color HEX #FF331F Red Orange

📋 copy color: '#FF331F'

red 255 ◦ green 51 ◦ blue 31

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

Shades of Red Orange #FF331F

Tints of Red Orange #FF331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 75.67%
G = 15.13%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF331F (or 0xFF331F) is known color: Red Orange. HEX triplet: FF, 33 and 1F. RGB value is (255,51,31). Sum of RGB (Red+Green+Blue) = 255+51+31=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF331F is #00CCE0. Grayscale: #6E6E6E. Windows color (decimal): -52449 or 2044927. OLE color: 2044927.

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

Color convert

RGB 255 51 31 -
CMYK 0 0.8 0.88 0
HSL 5.36º 1% 0.56% -
HSV(B) 5.36º 0.88% 1% -
XYZ 42.67 23.73 3.63 -
YUV 109.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 255 51 31 0 0.8 0.88 0 5.36 1 0.56
Hex FF 33 1F 0 50 58 0 5 64 38
Octal 377 63 37 0 120 130 0 5 144 70
Binary 11111111 110011 11111 0 1010000 1011000 0 101 1100100 111000

Color Harmonies of #FF331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF331F

Black with #FF331F

Text Example


Text Example

White with #FF331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF331F; }

 p { color: rgb(255,51,31); }

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

background-color css

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

 a { background-color: rgb(255,51,31); }

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

border-color css

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

 span { border-color: rgb(255,51,31); }

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