Html Css Color HEX #FD3232 Red Orange

📋 copy color: '#FD3232'

red 253 ◦ green 50 ◦ blue 50

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

Shades of Red Orange #FD3232

Tints of Red Orange #FD3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 71.67%
G = 14.16%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD3232 (or 0xFD3232) is known color: Red Orange. HEX triplet: FD, 32 and 32. RGB value is (253,50,50). Sum of RGB (Red+Green+Blue) = 253+50+50=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3232 is #02CDCD. Grayscale: #6E6E6E. Windows color (decimal): -183758 or 3289853. OLE color: 3289853.

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

Color convert

RGB 253 50 50 -
CMYK 0 0.80 0.80 0.01
HSL 0.98% 0.59% -
HSV(B) 0.8% 0.99% -
XYZ 42.22 23.39 5.31 -
YUV 110.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 253 50 50 0 0.80 0.80 0.01 0 0.98 0.59
Hex FD 32 32 0 50 50 1 0 62 3B
Octal 375 62 62 0 120 120 1 0 142 73
Binary 11111101 110010 110010 0 1010000 1010000 1 0 1100010 111011

Color Harmonies of #FD3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3232

Black with #FD3232

Text Example


Text Example

White with #FD3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3232; }

 p { color: rgb(253,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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