Html Css Color HEX #FD441D Red Orange

📋 copy color: '#FD441D'

red 253 ◦ green 68 ◦ blue 29

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

Shades of Red Orange #FD441D

Tints of Red Orange #FD441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 72.29%
G = 19.43%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD441D (or 0xFD441D) is known color: Red Orange. HEX triplet: FD, 44 and 1D. RGB value is (253,68,29). Sum of RGB (Red+Green+Blue) = 253+68+29=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD441D is #02BBE2. Grayscale: #777777. Windows color (decimal): -179171 or 1918205. OLE color: 1918205.

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

Color convert

RGB 253 68 29 -
CMYK 0 0.73 0.89 0.01
HSL 10.45º 0.98% 0.55% -
HSV(B) 10.45º 0.89% 0.99% -
XYZ 42.8 25.11 3.75 -
YUV 118.87 77.29 223.67 -
System Red Green Blue C M Y K H S L
Decimal 253 68 29 0 0.73 0.89 0.01 10.45 0.98 0.55
Hex FD 44 1D 0 49 59 1 A 62 37
Octal 375 104 35 0 111 131 1 12 142 67
Binary 11111101 1000100 11101 0 1001001 1011001 1 1010 1100010 110111

Color Harmonies of #FD441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD441D

Black with #FD441D

Text Example


Text Example

White with #FD441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD441D; }

 p { color: rgb(253,68,29); }

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

background-color css

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

 a { background-color: rgb(253,68,29); }

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

border-color css

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

 span { border-color: rgb(253,68,29); }

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