Html Css Color HEX #FF3A18 Orange Red

📋 copy color: '#FF3A18'

red 255 ◦ green 58 ◦ blue 24

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

Shades of Orange Red #FF3A18

Tints of Orange Red #FF3A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 75.67%
G = 17.21%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF3A18 (or 0xFF3A18) is known color: Orange Red. HEX triplet: FF, 3A and 18. RGB value is (255,58,24). Sum of RGB (Red+Green+Blue) = 255+58+24=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A18 is #00C5E7. Grayscale: #717171. Windows color (decimal): -50664 or 1587967. OLE color: 1587967.

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

Color convert

RGB 255 58 24 -
CMYK 0 0.77 0.91 0
HSL 8.83º 1% 0.55% -
HSV(B) 8.83º 0.91% 1% -
XYZ 42.92 24.35 3.3 -
YUV 113.03 77.77 229.26 -
System Red Green Blue C M Y K H S L
Decimal 255 58 24 0 0.77 0.91 0 8.83 1 0.55
Hex FF 3A 18 0 4D 5B 0 9 64 37
Octal 377 72 30 0 115 133 0 11 144 67
Binary 11111111 111010 11000 0 1001101 1011011 0 1001 1100100 110111

Color Harmonies of #FF3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A18

Black with #FF3A18

Text Example


Text Example

White with #FF3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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