Html Css Color HEX #FD3C1E Red Orange

📋 copy color: '#FD3C1E'

red 253 ◦ green 60 ◦ blue 30

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

Shades of Red Orange #FD3C1E

Tints of Red Orange #FD3C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 73.76%
G = 17.49%
B = 8.75%

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

#FD3C1E (or 0xFD3C1E) is known color: Red Orange. HEX triplet: FD, 3C and 1E. RGB value is (253,60,30). Sum of RGB (Red+Green+Blue) = 253+60+30=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C1E is #02C3E1. Grayscale: #727272. Windows color (decimal): -181218 or 1981693. OLE color: 1981693.

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

Color convert

RGB 253 60 30 -
CMYK 0 0.76 0.88 0.01
HSL 8.07º 0.98% 0.55% -
HSV(B) 8.07º 0.88% 0.99% -
XYZ 42.36 24.21 3.67 -
YUV 114.29 80.44 226.94 -
System Red Green Blue C M Y K H S L
Decimal 253 60 30 0 0.76 0.88 0.01 8.07 0.98 0.55
Hex FD 3C 1E 0 4C 58 1 8 62 37
Octal 375 74 36 0 114 130 1 10 142 67
Binary 11111101 111100 11110 0 1001100 1011000 1 1000 1100010 110111

Color Harmonies of #FD3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C1E

Black with #FD3C1E

Text Example


Text Example

White with #FD3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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