Html Css Color HEX #FF281F Red Orange

📋 copy color: '#FF281F'

red 255 ◦ green 40 ◦ blue 31

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

Shades of Red Orange #FF281F

Tints of Red Orange #FF281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

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

R = 78.22%
G = 12.27%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF281F (or 0xFF281F) is known color: Red Orange. HEX triplet: FF, 28 and 1F. RGB value is (255,40,31). Sum of RGB (Red+Green+Blue) = 255+40+31=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF281F is #00D7E0. Grayscale: #676767. Windows color (decimal): -55265 or 2042111. OLE color: 2042111.

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

Color convert

RGB 255 40 31 -
CMYK 0 0.84 0.88 0
HSL 2.41º 1% 0.56% -
HSV(B) 2.41º 0.88% 1% -
XYZ 42.25 22.88 3.49 -
YUV 103.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 255 40 31 0 0.84 0.88 0 2.41 1 0.56
Hex FF 28 1F 0 54 58 0 2 64 38
Octal 377 50 37 0 124 130 0 2 144 70
Binary 11111111 101000 11111 0 1010100 1011000 0 10 1100100 111000

Color Harmonies of #FF281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF281F

Black with #FF281F

Text Example


Text Example

White with #FF281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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