Html Css Color HEX #FD3C38 Red Orange

📋 copy color: '#FD3C38'

red 253 ◦ green 60 ◦ blue 56

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

Shades of Red Orange #FD3C38

Tints of Red Orange #FD3C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.18%

R = 68.56%
G = 16.26%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD3C38 (or 0xFD3C38) is known color: Red Orange. HEX triplet: FD, 3C and 38. RGB value is (253,60,56). Sum of RGB (Red+Green+Blue) = 253+60+56=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C38 is #02C3C7. Grayscale: #757575. Windows color (decimal): -181192 or 3685629. OLE color: 3685629.

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

Color convert

RGB 253 60 56 -
CMYK 0 0.76 0.78 0.01
HSL 1.22º 0.98% 0.61% -
HSV(B) 1.22º 0.78% 0.99% -
XYZ 42.84 24.4 6.19 -
YUV 117.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 253 60 56 0 0.76 0.78 0.01 1.22 0.98 0.61
Hex FD 3C 38 0 4C 4E 1 1 62 3D
Octal 375 74 70 0 114 116 1 1 142 75
Binary 11111101 111100 111000 0 1001100 1001110 1 1 1100010 111101

Color Harmonies of #FD3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C38

Black with #FD3C38

Text Example


Text Example

White with #FD3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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