Html Css Color HEX #FF390F Orange Red

📋 copy color: '#FF390F'

red 255 ◦ green 57 ◦ blue 15

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

Shades of Orange Red #FF390F

Tints of Orange Red #FF390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 77.98%
G = 17.43%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF390F (or 0xFF390F) is known color: Orange Red. HEX triplet: FF, 39 and 0F. RGB value is (255,57,15). Sum of RGB (Red+Green+Blue) = 255+57+15=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF390F is #00C6F0. Grayscale: #6F6F6F. Windows color (decimal): -50929 or 997887. OLE color: 997887.

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

Color convert

RGB 255 57 15 -
CMYK 0 0.78 0.94 0
HSL 10.5º 1% 0.53% -
HSV(B) 10.5º 0.94% 1% -
XYZ 42.79 24.22 2.87 -
YUV 111.41 73.6 230.42 -
System Red Green Blue C M Y K H S L
Decimal 255 57 15 0 0.78 0.94 0 10.5 1 0.53
Hex FF 39 F 0 4E 5E 0 A 64 35
Octal 377 71 17 0 116 136 0 12 144 65
Binary 11111111 111001 1111 0 1001110 1011110 0 1010 1100100 110101

Color Harmonies of #FF390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF390F

Black with #FF390F

Text Example


Text Example

White with #FF390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF390F; }

 p { color: rgb(255,57,15); }

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

background-color css

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

 a { background-color: rgb(255,57,15); }

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

border-color css

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

 span { border-color: rgb(255,57,15); }

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