Html Css Color HEX #FD3C2A Red Orange

📋 copy color: '#FD3C2A'

red 253 ◦ green 60 ◦ blue 42

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

Shades of Red Orange #FD3C2A

Tints of Red Orange #FD3C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.83%

R = 71.27%
G = 16.9%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD3C2A (or 0xFD3C2A) is known color: Red Orange. HEX triplet: FD, 3C and 2A. RGB value is (253,60,42). Sum of RGB (Red+Green+Blue) = 253+60+42=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C2A is #02C3D5. Grayscale: #737373. Windows color (decimal): -181206 or 2768125. OLE color: 2768125.

HSL color Cylindrical-coordinate representation of color #FD3C2A: hue angle of 5.12º 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 #FD3C2A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 60 42 -
CMYK 0 0.76 0.83 0.01
HSL 5.12º 0.98% 0.58% -
HSV(B) 5.12º 0.83% 0.99% -
XYZ 42.54 24.28 4.64 -
YUV 115.66 86.44 225.96 -
System Red Green Blue C M Y K H S L
Decimal 253 60 42 0 0.76 0.83 0.01 5.12 0.98 0.58
Hex FD 3C 2A 0 4C 53 1 5 62 3A
Octal 375 74 52 0 114 123 1 5 142 72
Binary 11111101 111100 101010 0 1001100 1010011 1 101 1100010 111010

Color Harmonies of #FD3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C2A

Black with #FD3C2A

Text Example


Text Example

White with #FD3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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