Html Css Color HEX #FD3C39 Red Orange

📋 copy color: '#FD3C39'

red 253 ◦ green 60 ◦ blue 57

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

Shades of Red Orange #FD3C39

Tints of Red Orange #FD3C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.41%

R = 68.38%
G = 16.22%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD3C39 (or 0xFD3C39) is known color: Red Orange. HEX triplet: FD, 3C and 39. RGB value is (253,60,57). Sum of RGB (Red+Green+Blue) = 253+60+57=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C39 is #02C3C6. Grayscale: #757575. Windows color (decimal): -181191 or 3751165. OLE color: 3751165.

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

Color convert

RGB 253 60 57 -
CMYK 0 0.76 0.77 0.01
HSL 0.92º 0.98% 0.61% -
HSV(B) 0.92º 0.77% 0.99% -
XYZ 42.86 24.41 6.32 -
YUV 117.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 253 60 57 0 0.76 0.77 0.01 0.92 0.98 0.61
Hex FD 3C 39 0 4C 4D 1 1 62 3D
Octal 375 74 71 0 114 115 1 1 142 75
Binary 11111101 111100 111001 0 1001100 1001101 1 1 1100010 111101

Color Harmonies of #FD3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C39

Black with #FD3C39

Text Example


Text Example

White with #FD3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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