Html Css Color HEX #FF351F Red Orange

📋 copy color: '#FF351F'

red 255 ◦ green 53 ◦ blue 31

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

Shades of Red Orange #FF351F

Tints of Red Orange #FF351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 75.22%
G = 15.63%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF351F (or 0xFF351F) is known color: Red Orange. HEX triplet: FF, 35 and 1F. RGB value is (255,53,31). Sum of RGB (Red+Green+Blue) = 255+53+31=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF351F is #00CAE0. Grayscale: #6F6F6F. Windows color (decimal): -51937 or 2045439. OLE color: 2045439.

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

Color convert

RGB 255 53 31 -
CMYK 0 0.79 0.88 0
HSL 5.89º 1% 0.56% -
HSV(B) 5.89º 0.88% 1% -
XYZ 42.76 23.91 3.66 -
YUV 110.89 82.92 230.79 -
System Red Green Blue C M Y K H S L
Decimal 255 53 31 0 0.79 0.88 0 5.89 1 0.56
Hex FF 35 1F 0 4F 58 0 6 64 38
Octal 377 65 37 0 117 130 0 6 144 70
Binary 11111111 110101 11111 0 1001111 1011000 0 110 1100100 111000

Color Harmonies of #FF351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF351F

Black with #FF351F

Text Example


Text Example

White with #FF351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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