Html Css Color HEX #FD3A28 Red Orange

📋 copy color: '#FD3A28'

red 253 ◦ green 58 ◦ blue 40

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

Shades of Red Orange #FD3A28

Tints of Red Orange #FD3A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

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

R = 72.08%
G = 16.52%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD3A28 (or 0xFD3A28) is known color: Red Orange. HEX triplet: FD, 3A and 28. RGB value is (253,58,40). Sum of RGB (Red+Green+Blue) = 253+58+40=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A28 is #02C5D7. Grayscale: #727272. Windows color (decimal): -181720 or 2636541. OLE color: 2636541.

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

Color convert

RGB 253 58 40 -
CMYK 0 0.77 0.84 0.01
HSL 5.07º 0.98% 0.57% -
HSV(B) 5.07º 0.84% 0.99% -
XYZ 42.4 24.06 4.42 -
YUV 114.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 253 58 40 0 0.77 0.84 0.01 5.07 0.98 0.57
Hex FD 3A 28 0 4D 54 1 5 62 39
Octal 375 72 50 0 115 124 1 5 142 71
Binary 11111101 111010 101000 0 1001101 1010100 1 101 1100010 111001

Color Harmonies of #FD3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A28

Black with #FD3A28

Text Example


Text Example

White with #FD3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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