Html Css Color HEX #FF3121 Red Orange

📋 copy color: '#FF3121'

red 255 ◦ green 49 ◦ blue 33

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

Shades of Red Orange #FF3121

Tints of Red Orange #FF3121

RGB

 RED value IS 255 (100% from 255) = 75.67%

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

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

R = 75.67%
G = 14.54%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3121 (or 0xFF3121) is known color: Red Orange. HEX triplet: FF, 31 and 21. RGB value is (255,49,33). Sum of RGB (Red+Green+Blue) = 255+49+33=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3121 is #00CEDE. Grayscale: #6D6D6D. Windows color (decimal): -52959 or 2175487. OLE color: 2175487.

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

Color convert

RGB 255 49 33 -
CMYK 0 0.81 0.87 0
HSL 4.32º 1% 0.56% -
HSV(B) 4.32º 0.87% 1% -
XYZ 42.61 23.57 3.74 -
YUV 108.77 85.25 232.3 -
System Red Green Blue C M Y K H S L
Decimal 255 49 33 0 0.81 0.87 0 4.32 1 0.56
Hex FF 31 21 0 51 57 0 4 64 38
Octal 377 61 41 0 121 127 0 4 144 70
Binary 11111111 110001 100001 0 1010001 1010111 0 100 1100100 111000

Color Harmonies of #FF3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3121

Black with #FF3121

Text Example


Text Example

White with #FF3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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