Html Css Color HEX #FF291F Red Orange

📋 copy color: '#FF291F'

red 255 ◦ green 41 ◦ blue 31

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

Shades of Red Orange #FF291F

Tints of Red Orange #FF291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 77.98%
G = 12.54%
B = 9.48%

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

#FF291F (or 0xFF291F) is known color: Red Orange. HEX triplet: FF, 29 and 1F. RGB value is (255,41,31). Sum of RGB (Red+Green+Blue) = 255+41+31=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF291F is #00D6E0. Grayscale: #686868. Windows color (decimal): -55009 or 2042367. OLE color: 2042367.

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

Color convert

RGB 255 41 31 -
CMYK 0 0.84 0.88 0
HSL 2.68º 1% 0.56% -
HSV(B) 2.68º 0.88% 1% -
XYZ 42.28 22.94 3.5 -
YUV 103.85 86.9 235.81 -
System Red Green Blue C M Y K H S L
Decimal 255 41 31 0 0.84 0.88 0 2.68 1 0.56
Hex FF 29 1F 0 54 58 0 3 64 38
Octal 377 51 37 0 124 130 0 3 144 70
Binary 11111111 101001 11111 0 1010100 1011000 0 11 1100100 111000

Color Harmonies of #FF291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF291F

Black with #FF291F

Text Example


Text Example

White with #FF291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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