Html Css Color HEX #FD3A1D Red Orange

📋 copy color: '#FD3A1D'

red 253 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #FD3A1D

Tints of Red Orange #FD3A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 74.41%
G = 17.06%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD3A1D (or 0xFD3A1D) is known color: Red Orange. HEX triplet: FD, 3A and 1D. RGB value is (253,58,29). Sum of RGB (Red+Green+Blue) = 253+58+29=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A1D is #02C5E2. Grayscale: #717171. Windows color (decimal): -181731 or 1915645. OLE color: 1915645.

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

Color convert

RGB 253 58 29 -
CMYK 0 0.77 0.89 0.01
HSL 7.77º 0.98% 0.55% -
HSV(B) 7.77º 0.89% 0.99% -
XYZ 42.24 24 3.57 -
YUV 113 80.6 227.86 -
System Red Green Blue C M Y K H S L
Decimal 253 58 29 0 0.77 0.89 0.01 7.77 0.98 0.55
Hex FD 3A 1D 0 4D 59 1 8 62 37
Octal 375 72 35 0 115 131 1 10 142 67
Binary 11111101 111010 11101 0 1001101 1011001 1 1000 1100010 110111

Color Harmonies of #FD3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A1D

Black with #FD3A1D

Text Example


Text Example

White with #FD3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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