Html Css Color HEX #FD332C Red Orange

📋 copy color: '#FD332C'

red 253 ◦ green 51 ◦ blue 44

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

Shades of Red Orange #FD332C

Tints of Red Orange #FD332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 72.7%
G = 14.66%
B = 12.64%

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

#FD332C (or 0xFD332C) is known color: Red Orange. HEX triplet: FD, 33 and 2C. RGB value is (253,51,44). Sum of RGB (Red+Green+Blue) = 253+51+44=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD332C is #02CCD3. Grayscale: #6E6E6E. Windows color (decimal): -183508 or 2896893. OLE color: 2896893.

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

Color convert

RGB 253 51 44 -
CMYK 0 0.80 0.83 0.01
HSL 2.01º 0.98% 0.58% -
HSV(B) 2.01º 0.83% 0.99% -
XYZ 42.15 23.43 4.68 -
YUV 110.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 253 51 44 0 0.80 0.83 0.01 2.01 0.98 0.58
Hex FD 33 2C 0 50 53 1 2 62 3A
Octal 375 63 54 0 120 123 1 2 142 72
Binary 11111101 110011 101100 0 1010000 1010011 1 10 1100010 111010

Color Harmonies of #FD332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD332C

Black with #FD332C

Text Example


Text Example

White with #FD332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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