Html Css Color HEX #FD3328 Red Orange

📋 copy color: '#FD3328'

red 253 ◦ green 51 ◦ blue 40

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

Shades of Red Orange #FD3328

Tints of Red Orange #FD3328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 73.55%
G = 14.83%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD3328 (or 0xFD3328) is known color: Red Orange. HEX triplet: FD, 33 and 28. RGB value is (253,51,40). Sum of RGB (Red+Green+Blue) = 253+51+40=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3328 is #02CCD7. Grayscale: #6E6E6E. Windows color (decimal): -183512 or 2634749. OLE color: 2634749.

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

Color convert

RGB 253 51 40 -
CMYK 0 0.80 0.84 0.01
HSL 3.1º 0.98% 0.57% -
HSV(B) 3.1º 0.84% 0.99% -
XYZ 42.07 23.4 4.31 -
YUV 110.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 253 51 40 0 0.80 0.84 0.01 3.1 0.98 0.57
Hex FD 33 28 0 50 54 1 3 62 39
Octal 375 63 50 0 120 124 1 3 142 71
Binary 11111101 110011 101000 0 1010000 1010100 1 11 1100010 111001

Color Harmonies of #FD3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3328

Black with #FD3328

Text Example


Text Example

White with #FD3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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