Html Css Color HEX #FF3F19 Orange Red

📋 copy color: '#FF3F19'

red 255 ◦ green 63 ◦ blue 25

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

Shades of Orange Red #FF3F19

Tints of Orange Red #FF3F19

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 74.34%
G = 18.37%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF3F19 (or 0xFF3F19) is known color: Orange Red. HEX triplet: FF, 3F and 19. RGB value is (255,63,25). Sum of RGB (Red+Green+Blue) = 255+63+25=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F19 is #00C0E6. Grayscale: #747474. Windows color (decimal): -49383 or 1654783. OLE color: 1654783.

HSL color Cylindrical-coordinate representation of color #FF3F19: hue angle of 9.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF3F19 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 63 25 -
CMYK 0 0.75 0.90 0
HSL 9.91º 1% 0.55% -
HSV(B) 9.91º 0.9% 1% -
XYZ 43.19 24.89 3.45 -
YUV 116.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 255 63 25 0 0.75 0.90 0 9.91 1 0.55
Hex FF 3F 19 0 4B 5A 0 A 64 37
Octal 377 77 31 0 113 132 0 12 144 67
Binary 11111111 111111 11001 0 1001011 1011010 0 1010 1100100 110111

Color Harmonies of #FF3F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F19

Black with #FF3F19

Text Example


Text Example

White with #FF3F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F19; }

 p { color: rgb(255,63,25); }

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

background-color css

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

 a { background-color: rgb(255,63,25); }

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

border-color css

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

 span { border-color: rgb(255,63,25); }

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