Html Css Color HEX #FD3C1F Red Orange

📋 copy color: '#FD3C1F'

red 253 ◦ green 60 ◦ blue 31

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

Shades of Red Orange #FD3C1F

Tints of Red Orange #FD3C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 73.55%
G = 17.44%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD3C1F (or 0xFD3C1F) is known color: Red Orange. HEX triplet: FD, 3C and 1F. RGB value is (253,60,31). Sum of RGB (Red+Green+Blue) = 253+60+31=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C1F is #02C3E0. Grayscale: #727272. Windows color (decimal): -181217 or 2047229. OLE color: 2047229.

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

Color convert

RGB 253 60 31 -
CMYK 0 0.76 0.88 0.01
HSL 7.84º 0.98% 0.56% -
HSV(B) 7.84º 0.88% 0.99% -
XYZ 42.37 24.21 3.74 -
YUV 114.4 80.94 226.86 -
System Red Green Blue C M Y K H S L
Decimal 253 60 31 0 0.76 0.88 0.01 7.84 0.98 0.56
Hex FD 3C 1F 0 4C 58 1 8 62 38
Octal 375 74 37 0 114 130 1 10 142 70
Binary 11111101 111100 11111 0 1001100 1011000 1 1000 1100010 111000

Color Harmonies of #FD3C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C1F

Black with #FD3C1F

Text Example


Text Example

White with #FD3C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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