Html Css Color HEX #FF3D18 Orange Red

📋 copy color: '#FF3D18'

red 255 ◦ green 61 ◦ blue 24

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

Shades of Orange Red #FF3D18

Tints of Orange Red #FF3D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

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

R = 75%
G = 17.94%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF3D18 (or 0xFF3D18) is known color: Orange Red. HEX triplet: FF, 3D and 18. RGB value is (255,61,24). Sum of RGB (Red+Green+Blue) = 255+61+24=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D18 is #00C2E7. Grayscale: #737373. Windows color (decimal): -49896 or 1588735. OLE color: 1588735.

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

Color convert

RGB 255 61 24 -
CMYK 0 0.76 0.91 0
HSL 9.61º 1% 0.55% -
HSV(B) 9.61º 0.91% 1% -
XYZ 43.07 24.66 3.35 -
YUV 114.79 76.77 228.01 -
System Red Green Blue C M Y K H S L
Decimal 255 61 24 0 0.76 0.91 0 9.61 1 0.55
Hex FF 3D 18 0 4C 5B 0 A 64 37
Octal 377 75 30 0 114 133 0 12 144 67
Binary 11111111 111101 11000 0 1001100 1011011 0 1010 1100100 110111

Color Harmonies of #FF3D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D18

Black with #FF3D18

Text Example


Text Example

White with #FF3D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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