Html Css Color HEX #FD411B Red Orange

📋 copy color: '#FD411B'

red 253 ◦ green 65 ◦ blue 27

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

Shades of Red Orange #FD411B

Tints of Red Orange #FD411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 73.33%
G = 18.84%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD411B (or 0xFD411B) is known color: Red Orange. HEX triplet: FD, 41 and 1B. RGB value is (253,65,27). Sum of RGB (Red+Green+Blue) = 253+65+27=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD411B is #02BEE4. Grayscale: #757575. Windows color (decimal): -179941 or 1786365. OLE color: 1786365.

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

Color convert

RGB 253 65 27 -
CMYK 0 0.74 0.89 0.01
HSL 10.09º 0.98% 0.55% -
HSV(B) 10.09º 0.89% 0.99% -
XYZ 42.6 24.74 3.57 -
YUV 116.88 77.28 225.09 -
System Red Green Blue C M Y K H S L
Decimal 253 65 27 0 0.74 0.89 0.01 10.09 0.98 0.55
Hex FD 41 1B 0 4A 59 1 A 62 37
Octal 375 101 33 0 112 131 1 12 142 67
Binary 11111101 1000001 11011 0 1001010 1011001 1 1010 1100010 110111

Color Harmonies of #FD411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD411B

Black with #FD411B

Text Example


Text Example

White with #FD411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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