Html Css Color HEX #FD3C36 Red Orange

📋 copy color: '#FD3C36'

red 253 ◦ green 60 ◦ blue 54

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

Shades of Red Orange #FD3C36

Tints of Red Orange #FD3C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 68.94%
G = 16.35%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD3C36 (or 0xFD3C36) is known color: Red Orange. HEX triplet: FD, 3C and 36. RGB value is (253,60,54). Sum of RGB (Red+Green+Blue) = 253+60+54=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C36 is #02C3C9. Grayscale: #757575. Windows color (decimal): -181194 or 3554557. OLE color: 3554557.

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

Color convert

RGB 253 60 54 -
CMYK 0 0.76 0.79 0.01
HSL 1.81º 0.98% 0.6% -
HSV(B) 1.81º 0.79% 0.99% -
XYZ 42.79 24.38 5.94 -
YUV 117.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 253 60 54 0 0.76 0.79 0.01 1.81 0.98 0.6
Hex FD 3C 36 0 4C 4F 1 2 62 3C
Octal 375 74 66 0 114 117 1 2 142 74
Binary 11111101 111100 110110 0 1001100 1001111 1 10 1100010 111100

Color Harmonies of #FD3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C36

Black with #FD3C36

Text Example


Text Example

White with #FD3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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