Html Css Color HEX #FF3A29 Red Orange

📋 copy color: '#FF3A29'

red 255 ◦ green 58 ◦ blue 41

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

Shades of Red Orange #FF3A29

Tints of Red Orange #FF3A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 72.03%
G = 16.38%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3A29 (or 0xFF3A29) is known color: Red Orange. HEX triplet: FF, 3A and 29. RGB value is (255,58,41). Sum of RGB (Red+Green+Blue) = 255+58+41=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A29 is #00C5D6. Grayscale: #737373. Windows color (decimal): -50647 or 2702079. OLE color: 2702079.

HSL color Cylindrical-coordinate representation of color #FF3A29: hue angle of 4.77º 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 #FF3A29 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 58 41 -
CMYK 0 0.77 0.84 0
HSL 4.77º 1% 0.58% -
HSV(B) 4.77º 0.84% 1% -
XYZ 43.15 24.45 4.54 -
YUV 114.97 86.27 227.88 -
System Red Green Blue C M Y K H S L
Decimal 255 58 41 0 0.77 0.84 0 4.77 1 0.58
Hex FF 3A 29 0 4D 54 0 5 64 3A
Octal 377 72 51 0 115 124 0 5 144 72
Binary 11111111 111010 101001 0 1001101 1010100 0 101 1100100 111010

Color Harmonies of #FF3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A29

Black with #FF3A29

Text Example


Text Example

White with #FF3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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