Html Css Color HEX #FD411C Red Orange

📋 copy color: '#FD411C'

red 253 ◦ green 65 ◦ blue 28

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

Shades of Red Orange #FD411C

Tints of Red Orange #FD411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 73.12%
G = 18.79%
B = 8.09%

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

#FD411C (or 0xFD411C) is known color: Red Orange. HEX triplet: FD, 41 and 1C. RGB value is (253,65,28). Sum of RGB (Red+Green+Blue) = 253+65+28=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD411C is #02BEE3. Grayscale: #757575. Windows color (decimal): -179940 or 1851901. OLE color: 1851901.

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

Color convert

RGB 253 65 28 -
CMYK 0 0.74 0.89 0.01
HSL 9.87º 0.98% 0.55% -
HSV(B) 9.87º 0.89% 0.99% -
XYZ 42.61 24.75 3.63 -
YUV 116.99 77.78 225.01 -
System Red Green Blue C M Y K H S L
Decimal 253 65 28 0 0.74 0.89 0.01 9.87 0.98 0.55
Hex FD 41 1C 0 4A 59 1 A 62 37
Octal 375 101 34 0 112 131 1 12 142 67
Binary 11111101 1000001 11100 0 1001010 1011001 1 1010 1100010 110111

Color Harmonies of #FD411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD411C

Black with #FD411C

Text Example


Text Example

White with #FD411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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