Html Css Color HEX #FD3E28 Red Orange

📋 copy color: '#FD3E28'

red 253 ◦ green 62 ◦ blue 40

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

Shades of Red Orange #FD3E28

Tints of Red Orange #FD3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 71.27%
G = 17.46%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD3E28 (or 0xFD3E28) is known color: Red Orange. HEX triplet: FD, 3E and 28. RGB value is (253,62,40). Sum of RGB (Red+Green+Blue) = 253+62+40=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E28 is #02C1D7. Grayscale: #747474. Windows color (decimal): -180696 or 2637565. OLE color: 2637565.

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

Color convert

RGB 253 62 40 -
CMYK 0 0.75 0.84 0.01
HSL 6.2º 0.98% 0.57% -
HSV(B) 6.2º 0.84% 0.99% -
XYZ 42.61 24.48 4.49 -
YUV 116.6 84.78 225.29 -
System Red Green Blue C M Y K H S L
Decimal 253 62 40 0 0.75 0.84 0.01 6.2 0.98 0.57
Hex FD 3E 28 0 4B 54 1 6 62 39
Octal 375 76 50 0 113 124 1 6 142 71
Binary 11111101 111110 101000 0 1001011 1010100 1 110 1100010 111001

Color Harmonies of #FD3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E28

Black with #FD3E28

Text Example


Text Example

White with #FD3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E28; }

 p { color: rgb(253,62,40); }

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

background-color css

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

 a { background-color: rgb(253,62,40); }

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

border-color css

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

 span { border-color: rgb(253,62,40); }

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