Html Css Color HEX #FD3C2E Red Orange

📋 copy color: '#FD3C2E'

red 253 ◦ green 60 ◦ blue 46

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

Shades of Red Orange #FD3C2E

Tints of Red Orange #FD3C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 70.47%
G = 16.71%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD3C2E (or 0xFD3C2E) is known color: Red Orange. HEX triplet: FD, 3C and 2E. RGB value is (253,60,46). Sum of RGB (Red+Green+Blue) = 253+60+46=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C2E is #02C3D1. Grayscale: #747474. Windows color (decimal): -181202 or 3030269. OLE color: 3030269.

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

Color convert

RGB 253 60 46 -
CMYK 0 0.76 0.82 0.01
HSL 4.06º 0.98% 0.59% -
HSV(B) 4.06º 0.82% 0.99% -
XYZ 42.62 24.31 5.03 -
YUV 116.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 253 60 46 0 0.76 0.82 0.01 4.06 0.98 0.59
Hex FD 3C 2E 0 4C 52 1 4 62 3B
Octal 375 74 56 0 114 122 1 4 142 73
Binary 11111101 111100 101110 0 1001100 1010010 1 100 1100010 111011

Color Harmonies of #FD3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C2E

Black with #FD3C2E

Text Example


Text Example

White with #FD3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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