Html Css Color HEX #FF3A28 Red Orange

📋 copy color: '#FF3A28'

red 255 ◦ green 58 ◦ blue 40

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

Shades of Red Orange #FF3A28

Tints of Red Orange #FF3A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 72.24%
G = 16.43%
B = 11.33%

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

#FF3A28 (or 0xFF3A28) is known color: Red Orange. HEX triplet: FF, 3A and 28. RGB value is (255,58,40). Sum of RGB (Red+Green+Blue) = 255+58+40=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A28 is #00C5D7. Grayscale: #737373. Windows color (decimal): -50648 or 2636543. OLE color: 2636543.

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

Color convert

RGB 255 58 40 -
CMYK 0 0.77 0.84 0
HSL 5.02º 1% 0.58% -
HSV(B) 5.02º 0.84% 1% -
XYZ 43.14 24.44 4.45 -
YUV 114.85 85.77 227.96 -
System Red Green Blue C M Y K H S L
Decimal 255 58 40 0 0.77 0.84 0 5.02 1 0.58
Hex FF 3A 28 0 4D 54 0 5 64 3A
Octal 377 72 50 0 115 124 0 5 144 72
Binary 11111111 111010 101000 0 1001101 1010100 0 101 1100100 111010

Color Harmonies of #FF3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A28

Black with #FF3A28

Text Example


Text Example

White with #FF3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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