Html Css Color HEX #FD332A Red Orange

📋 copy color: '#FD332A'

red 253 ◦ green 51 ◦ blue 42

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

Shades of Red Orange #FD332A

Tints of Red Orange #FD332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 73.12%
G = 14.74%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD332A (or 0xFD332A) is known color: Red Orange. HEX triplet: FD, 33 and 2A. RGB value is (253,51,42). Sum of RGB (Red+Green+Blue) = 253+51+42=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD332A is #02CCD5. Grayscale: #6E6E6E. Windows color (decimal): -183510 or 2765821. OLE color: 2765821.

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

Color convert

RGB 253 51 42 -
CMYK 0 0.80 0.83 0.01
HSL 2.56º 0.98% 0.58% -
HSV(B) 2.56º 0.83% 0.99% -
XYZ 42.11 23.42 4.49 -
YUV 110.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 253 51 42 0 0.80 0.83 0.01 2.56 0.98 0.58
Hex FD 33 2A 0 50 53 1 3 62 3A
Octal 375 63 52 0 120 123 1 3 142 72
Binary 11111101 110011 101010 0 1010000 1010011 1 11 1100010 111010

Color Harmonies of #FD332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD332A

Black with #FD332A

Text Example


Text Example

White with #FD332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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