Html Css Color HEX #FF3129 Red Orange

📋 copy color: '#FF3129'

red 255 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #FF3129

Tints of Red Orange #FF3129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.88%

R = 73.91%
G = 14.2%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3129 (or 0xFF3129) is known color: Red Orange. HEX triplet: FF, 31 and 29. RGB value is (255,49,41). Sum of RGB (Red+Green+Blue) = 255+49+41=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3129 is #00CED6. Grayscale: #6D6D6D. Windows color (decimal): -52951 or 2699775. OLE color: 2699775.

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

Color convert

RGB 255 49 41 -
CMYK 0 0.81 0.84 0
HSL 2.24º 1% 0.58% -
HSV(B) 2.24º 0.84% 1% -
XYZ 42.74 23.62 4.4 -
YUV 109.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 255 49 41 0 0.81 0.84 0 2.24 1 0.58
Hex FF 31 29 0 51 54 0 2 64 3A
Octal 377 61 51 0 121 124 0 2 144 72
Binary 11111111 110001 101001 0 1010001 1010100 0 10 1100100 111010

Color Harmonies of #FF3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3129

Black with #FF3129

Text Example


Text Example

White with #FF3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3129; }

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

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

background-color css

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

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

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

border-color css

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

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

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