Html Css Color HEX #FD4821 Red Orange

📋 copy color: '#FD4821'

red 253 ◦ green 72 ◦ blue 33

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

Shades of Red Orange #FD4821

Tints of Red Orange #FD4821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 70.67%
G = 20.11%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD4821 (or 0xFD4821) is known color: Red Orange. HEX triplet: FD, 48 and 21. RGB value is (253,72,33). Sum of RGB (Red+Green+Blue) = 253+72+33=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4821 is #02B7DE. Grayscale: #7A7A7A. Windows color (decimal): -178143 or 2181373. OLE color: 2181373.

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

Color convert

RGB 253 72 33 -
CMYK 0 0.72 0.87 0.01
HSL 10.64º 0.98% 0.56% -
HSV(B) 10.64º 0.87% 0.99% -
XYZ 43.1 25.63 4.11 -
YUV 121.67 77.97 221.67 -
System Red Green Blue C M Y K H S L
Decimal 253 72 33 0 0.72 0.87 0.01 10.64 0.98 0.56
Hex FD 48 21 0 48 57 1 B 62 38
Octal 375 110 41 0 110 127 1 13 142 70
Binary 11111101 1001000 100001 0 1001000 1010111 1 1011 1100010 111000

Color Harmonies of #FD4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4821

Black with #FD4821

Text Example


Text Example

White with #FD4821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4821; }

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

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

background-color css

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

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

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

border-color css

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

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

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