Html Css Color HEX #FD3326 Red Orange

📋 copy color: '#FD3326'

red 253 ◦ green 51 ◦ blue 38

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

Shades of Red Orange #FD3326

Tints of Red Orange #FD3326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 73.98%
G = 14.91%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD3326 (or 0xFD3326) is known color: Red Orange. HEX triplet: FD, 33 and 26. RGB value is (253,51,38). Sum of RGB (Red+Green+Blue) = 253+51+38=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3326 is #02CCD9. Grayscale: #6E6E6E. Windows color (decimal): -183514 or 2503677. OLE color: 2503677.

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

Color convert

RGB 253 51 38 -
CMYK 0 0.80 0.85 0.01
HSL 3.63º 0.98% 0.57% -
HSV(B) 3.63º 0.85% 0.99% -
XYZ 42.04 23.39 4.13 -
YUV 109.92 87.42 230.06 -
System Red Green Blue C M Y K H S L
Decimal 253 51 38 0 0.80 0.85 0.01 3.63 0.98 0.57
Hex FD 33 26 0 50 55 1 4 62 39
Octal 375 63 46 0 120 125 1 4 142 71
Binary 11111101 110011 100110 0 1010000 1010101 1 100 1100010 111001

Color Harmonies of #FD3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3326

Black with #FD3326

Text Example


Text Example

White with #FD3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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