Html Css Color HEX #FD352D Red Orange

📋 copy color: '#FD352D'

red 253 ◦ green 53 ◦ blue 45

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

Shades of Red Orange #FD352D

Tints of Red Orange #FD352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 72.08%
G = 15.1%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD352D (or 0xFD352D) is known color: Red Orange. HEX triplet: FD, 35 and 2D. RGB value is (253,53,45). Sum of RGB (Red+Green+Blue) = 253+53+45=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD352D is #02CAD2. Grayscale: #707070. Windows color (decimal): -182995 or 2962941. OLE color: 2962941.

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

Color convert

RGB 253 53 45 -
CMYK 0 0.79 0.82 0.01
HSL 2.31º 0.98% 0.58% -
HSV(B) 2.31º 0.82% 0.99% -
XYZ 42.25 23.62 4.81 -
YUV 111.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 253 53 45 0 0.79 0.82 0.01 2.31 0.98 0.58
Hex FD 35 2D 0 4F 52 1 2 62 3A
Octal 375 65 55 0 117 122 1 2 142 72
Binary 11111101 110101 101101 0 1001111 1010010 1 10 1100010 111010

Color Harmonies of #FD352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD352D

Black with #FD352D

Text Example


Text Example

White with #FD352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD352D; }

 p { color: rgb(253,53,45); }

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

background-color css

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

 a { background-color: rgb(253,53,45); }

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

border-color css

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

 span { border-color: rgb(253,53,45); }

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