Html Css Color HEX #FD3C13 Orange Red

📋 copy color: '#FD3C13'

red 253 ◦ green 60 ◦ blue 19

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

Shades of Orange Red #FD3C13

Tints of Orange Red #FD3C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 76.2%
G = 18.07%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD3C13 (or 0xFD3C13) is known color: Orange Red. HEX triplet: FD, 3C and 13. RGB value is (253,60,19). Sum of RGB (Red+Green+Blue) = 253+60+19=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C13 is #02C3EC. Grayscale: #717171. Windows color (decimal): -181229 or 1260797. OLE color: 1260797.

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

Color convert

RGB 253 60 19 -
CMYK 0 0.76 0.92 0.01
HSL 10.51º 0.98% 0.53% -
HSV(B) 10.51º 0.92% 0.99% -
XYZ 42.24 24.16 3.05 -
YUV 113.03 74.94 227.83 -
System Red Green Blue C M Y K H S L
Decimal 253 60 19 0 0.76 0.92 0.01 10.51 0.98 0.53
Hex FD 3C 13 0 4C 5C 1 B 62 35
Octal 375 74 23 0 114 134 1 13 142 65
Binary 11111101 111100 10011 0 1001100 1011100 1 1011 1100010 110101

Color Harmonies of #FD3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C13

Black with #FD3C13

Text Example


Text Example

White with #FD3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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