Html Css Color HEX #FD4119 Orange Red

📋 copy color: '#FD4119'

red 253 ◦ green 65 ◦ blue 25

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

Shades of Orange Red #FD4119

Tints of Orange Red #FD4119

RGB

 RED value IS 253 (99.22% from 255) = 73.76%

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 73.76%
G = 18.95%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD4119 (or 0xFD4119) is known color: Orange Red. HEX triplet: FD, 41 and 19. RGB value is (253,65,25). Sum of RGB (Red+Green+Blue) = 253+65+25=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4119 is #02BEE6. Grayscale: #757575. Windows color (decimal): -179943 or 1655293. OLE color: 1655293.

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

Color convert

RGB 253 65 25 -
CMYK 0 0.74 0.90 0.01
HSL 10.53º 0.98% 0.55% -
HSV(B) 10.53º 0.9% 0.99% -
XYZ 42.57 24.73 3.45 -
YUV 116.65 76.28 225.25 -
System Red Green Blue C M Y K H S L
Decimal 253 65 25 0 0.74 0.90 0.01 10.53 0.98 0.55
Hex FD 41 19 0 4A 5A 1 B 62 37
Octal 375 101 31 0 112 132 1 13 142 67
Binary 11111101 1000001 11001 0 1001010 1011010 1 1011 1100010 110111

Color Harmonies of #FD4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4119

Black with #FD4119

Text Example


Text Example

White with #FD4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4119; }

 p { color: rgb(253,65,25); }

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

background-color css

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

 a { background-color: rgb(253,65,25); }

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

border-color css

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

 span { border-color: rgb(253,65,25); }

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