Html Css Color HEX #FD3C25 Red Orange

📋 copy color: '#FD3C25'

red 253 ◦ green 60 ◦ blue 37

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

Shades of Red Orange #FD3C25

Tints of Red Orange #FD3C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.57%

R = 72.29%
G = 17.14%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD3C25 (or 0xFD3C25) is known color: Red Orange. HEX triplet: FD, 3C and 25. RGB value is (253,60,37). Sum of RGB (Red+Green+Blue) = 253+60+37=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C25 is #02C3DA. Grayscale: #737373. Windows color (decimal): -181211 or 2440445. OLE color: 2440445.

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

Color convert

RGB 253 60 37 -
CMYK 0 0.76 0.85 0.01
HSL 6.39º 0.98% 0.57% -
HSV(B) 6.39º 0.85% 0.99% -
XYZ 42.46 24.25 4.19 -
YUV 115.09 83.94 226.37 -
System Red Green Blue C M Y K H S L
Decimal 253 60 37 0 0.76 0.85 0.01 6.39 0.98 0.57
Hex FD 3C 25 0 4C 55 1 6 62 39
Octal 375 74 45 0 114 125 1 6 142 71
Binary 11111101 111100 100101 0 1001100 1010101 1 110 1100010 111001

Color Harmonies of #FD3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C25

Black with #FD3C25

Text Example


Text Example

White with #FD3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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