Html Css Color HEX #FF301F Red Orange

📋 copy color: '#FF301F'

red 255 ◦ green 48 ◦ blue 31

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

Shades of Red Orange #FF301F

Tints of Red Orange #FF301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 76.35%
G = 14.37%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF301F (or 0xFF301F) is known color: Red Orange. HEX triplet: FF, 30 and 1F. RGB value is (255,48,31). Sum of RGB (Red+Green+Blue) = 255+48+31=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301F is #00CFE0. Grayscale: #6C6C6C. Windows color (decimal): -53217 or 2044159. OLE color: 2044159.

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

Color convert

RGB 255 48 31 -
CMYK 0 0.81 0.88 0
HSL 4.55º 1% 0.56% -
HSV(B) 4.55º 0.88% 1% -
XYZ 42.54 23.47 3.58 -
YUV 107.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 255 48 31 0 0.81 0.88 0 4.55 1 0.56
Hex FF 30 1F 0 51 58 0 5 64 38
Octal 377 60 37 0 121 130 0 5 144 70
Binary 11111111 110000 11111 0 1010001 1011000 0 101 1100100 111000

Color Harmonies of #FF301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF301F

Black with #FF301F

Text Example


Text Example

White with #FF301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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