Html Css Color HEX #FD3C28 Red Orange

📋 copy color: '#FD3C28'

red 253 ◦ green 60 ◦ blue 40

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

Shades of Red Orange #FD3C28

Tints of Red Orange #FD3C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

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

R = 71.67%
G = 17%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD3C28 (or 0xFD3C28) is known color: Red Orange. HEX triplet: FD, 3C and 28. RGB value is (253,60,40). Sum of RGB (Red+Green+Blue) = 253+60+40=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C28 is #02C3D7. Grayscale: #737373. Windows color (decimal): -181208 or 2637053. OLE color: 2637053.

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

Color convert

RGB 253 60 40 -
CMYK 0 0.76 0.84 0.01
HSL 5.63º 0.98% 0.57% -
HSV(B) 5.63º 0.84% 0.99% -
XYZ 42.51 24.27 4.45 -
YUV 115.43 85.44 226.13 -
System Red Green Blue C M Y K H S L
Decimal 253 60 40 0 0.76 0.84 0.01 5.63 0.98 0.57
Hex FD 3C 28 0 4C 54 1 6 62 39
Octal 375 74 50 0 114 124 1 6 142 71
Binary 11111101 111100 101000 0 1001100 1010100 1 110 1100010 111001

Color Harmonies of #FD3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C28

Black with #FD3C28

Text Example


Text Example

White with #FD3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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