Html Css Color HEX #FA3121 Red Orange

📋 copy color: '#FA3121'

red 250 ◦ green 49 ◦ blue 33

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

Shades of Red Orange #FA3121

Tints of Red Orange #FA3121

RGB

 RED value IS 250 (98.05% from 255) = 75.3%

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

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 75.3%
G = 14.76%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA3121 (or 0xFA3121) is known color: Red Orange. HEX triplet: FA, 31 and 21. RGB value is (250,49,33). Sum of RGB (Red+Green+Blue) = 250+49+33=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3121 is #05CEDE. Grayscale: #6B6B6B. Windows color (decimal): -380639 or 2175482. OLE color: 2175482.

HSL color Cylindrical-coordinate representation of color #FA3121: hue angle of 4.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA3121 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 33 -
CMYK 0 0.80 0.87 0.02
HSL 4.42º 0.96% 0.55% -
HSV(B) 4.42º 0.87% 0.98% -
XYZ 40.8 22.63 3.66 -
YUV 107.28 86.09 229.8 -
System Red Green Blue C M Y K H S L
Decimal 250 49 33 0 0.80 0.87 0.02 4.42 0.96 0.55
Hex FA 31 21 0 50 57 2 4 60 37
Octal 372 61 41 0 120 127 2 4 140 67
Binary 11111010 110001 100001 0 1010000 1010111 10 100 1100000 110111

Color Harmonies of #FA3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3121

Black with #FA3121

Text Example


Text Example

White with #FA3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3121; }

 p { color: rgb(250,49,33); }

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

background-color css

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

 a { background-color: rgb(250,49,33); }

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

border-color css

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

 span { border-color: rgb(250,49,33); }

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