Html Css Color HEX #FD4521 Red Orange

📋 copy color: '#FD4521'

red 253 ◦ green 69 ◦ blue 33

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

Shades of Red Orange #FD4521

Tints of Red Orange #FD4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 71.27%
G = 19.44%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD4521 (or 0xFD4521) is known color: Red Orange. HEX triplet: FD, 45 and 21. RGB value is (253,69,33). Sum of RGB (Red+Green+Blue) = 253+69+33=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4521 is #02BADE. Grayscale: #787878. Windows color (decimal): -178911 or 2180605. OLE color: 2180605.

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

Color convert

RGB 253 69 33 -
CMYK 0 0.73 0.87 0.01
HSL 9.82º 0.98% 0.56% -
HSV(B) 9.82º 0.87% 0.99% -
XYZ 42.91 25.25 4.05 -
YUV 119.91 78.96 222.93 -
System Red Green Blue C M Y K H S L
Decimal 253 69 33 0 0.73 0.87 0.01 9.82 0.98 0.56
Hex FD 45 21 0 49 57 1 A 62 38
Octal 375 105 41 0 111 127 1 12 142 70
Binary 11111101 1000101 100001 0 1001001 1010111 1 1010 1100010 111000

Color Harmonies of #FD4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4521

Black with #FD4521

Text Example


Text Example

White with #FD4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4521; }

 p { color: rgb(253,69,33); }

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

background-color css

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

 a { background-color: rgb(253,69,33); }

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

border-color css

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

 span { border-color: rgb(253,69,33); }

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