Html Css Color HEX #FF4019 Orange Red

📋 copy color: '#FF4019'

red 255 ◦ green 64 ◦ blue 25

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

Shades of Orange Red #FF4019

Tints of Orange Red #FF4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 74.13%
G = 18.6%
B = 7.27%

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

#FF4019 (or 0xFF4019) is known color: Orange Red. HEX triplet: FF, 40 and 19. RGB value is (255,64,25). Sum of RGB (Red+Green+Blue) = 255+64+25=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4019 is #00BFE6. Grayscale: #757575. Windows color (decimal): -49127 or 1655039. OLE color: 1655039.

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

Color convert

RGB 255 64 25 -
CMYK 0 0.75 0.90 0
HSL 10.17º 1% 0.55% -
HSV(B) 10.17º 0.9% 1% -
XYZ 43.25 25 3.47 -
YUV 116.66 76.28 226.67 -
System Red Green Blue C M Y K H S L
Decimal 255 64 25 0 0.75 0.90 0 10.17 1 0.55
Hex FF 40 19 0 4B 5A 0 A 64 37
Octal 377 100 31 0 113 132 0 12 144 67
Binary 11111111 1000000 11001 0 1001011 1011010 0 1010 1100100 110111

Color Harmonies of #FF4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4019

Black with #FF4019

Text Example


Text Example

White with #FF4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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