Html Css Color HEX #FD411A Orange Red

📋 copy color: '#FD411A'

red 253 ◦ green 65 ◦ blue 26

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

Shades of Orange Red #FD411A

Tints of Orange Red #FD411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 73.55%
G = 18.9%
B = 7.56%

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

#FD411A (or 0xFD411A) is known color: Orange Red. HEX triplet: FD, 41 and 1A. RGB value is (253,65,26). Sum of RGB (Red+Green+Blue) = 253+65+26=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD411A is #02BEE5. Grayscale: #757575. Windows color (decimal): -179942 or 1720829. OLE color: 1720829.

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

Color convert

RGB 253 65 26 -
CMYK 0 0.74 0.90 0.01
HSL 10.31º 0.98% 0.55% -
HSV(B) 10.31º 0.9% 0.99% -
XYZ 42.58 24.74 3.51 -
YUV 116.77 76.78 225.17 -
System Red Green Blue C M Y K H S L
Decimal 253 65 26 0 0.74 0.90 0.01 10.31 0.98 0.55
Hex FD 41 1A 0 4A 5A 1 A 62 37
Octal 375 101 32 0 112 132 1 12 142 67
Binary 11111101 1000001 11010 0 1001010 1011010 1 1010 1100010 110111

Color Harmonies of #FD411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD411A

Black with #FD411A

Text Example


Text Example

White with #FD411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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