Html Css Color HEX #FD3122 Red Orange

📋 copy color: '#FD3122'

red 253 ◦ green 49 ◦ blue 34

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

Shades of Red Orange #FD3122

Tints of Red Orange #FD3122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

 BLUE value IS 34 (13.67% from 255) = 10.12%

R = 75.3%
G = 14.58%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD3122 (or 0xFD3122) is known color: Red Orange. HEX triplet: FD, 31 and 22. RGB value is (253,49,34). Sum of RGB (Red+Green+Blue) = 253+49+34=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3122 is #02CEDD. Grayscale: #6C6C6C. Windows color (decimal): -184030 or 2241021. OLE color: 2241021.

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

Color convert

RGB 253 49 34 -
CMYK 0 0.81 0.87 0.01
HSL 4.11º 0.98% 0.56% -
HSV(B) 4.11º 0.87% 0.99% -
XYZ 41.9 23.19 3.78 -
YUV 108.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 253 49 34 0 0.81 0.87 0.01 4.11 0.98 0.56
Hex FD 31 22 0 51 57 1 4 62 38
Octal 375 61 42 0 121 127 1 4 142 70
Binary 11111101 110001 100010 0 1010001 1010111 1 100 1100010 111000

Color Harmonies of #FD3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3122

Black with #FD3122

Text Example


Text Example

White with #FD3122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3122; }

 p { color: rgb(253,49,34); }

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

background-color css

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

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

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

border-color css

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

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

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