Html Css Color HEX #FD3E2C Red Orange

📋 copy color: '#FD3E2C'

red 253 ◦ green 62 ◦ blue 44

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

Shades of Red Orange #FD3E2C

Tints of Red Orange #FD3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.27%

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 70.47%
G = 17.27%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD3E2C (or 0xFD3E2C) is known color: Red Orange. HEX triplet: FD, 3E and 2C. RGB value is (253,62,44). Sum of RGB (Red+Green+Blue) = 253+62+44=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E2C is #02C1D3. Grayscale: #757575. Windows color (decimal): -180692 or 2899709. OLE color: 2899709.

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

Color convert

RGB 253 62 44 -
CMYK 0 0.75 0.83 0.01
HSL 5.17º 0.98% 0.58% -
HSV(B) 5.17º 0.83% 0.99% -
XYZ 42.69 24.51 4.86 -
YUV 117.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 253 62 44 0 0.75 0.83 0.01 5.17 0.98 0.58
Hex FD 3E 2C 0 4B 53 1 5 62 3A
Octal 375 76 54 0 113 123 1 5 142 72
Binary 11111101 111110 101100 0 1001011 1010011 1 101 1100010 111010

Color Harmonies of #FD3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E2C

Black with #FD3E2C

Text Example


Text Example

White with #FD3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E2C; }

 p { color: rgb(253,62,44); }

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

background-color css

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

 a { background-color: rgb(253,62,44); }

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

border-color css

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

 span { border-color: rgb(253,62,44); }

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