Html Css Color HEX #FF3815 Orange Red

📋 copy color: '#FF3815'

red 255 ◦ green 56 ◦ blue 21

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

Shades of Orange Red #FF3815

Tints of Orange Red #FF3815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 76.81%
G = 16.87%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3815 (or 0xFF3815) is known color: Orange Red. HEX triplet: FF, 38 and 15. RGB value is (255,56,21). Sum of RGB (Red+Green+Blue) = 255+56+21=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3815 is #00C7EA. Grayscale: #6F6F6F. Windows color (decimal): -51179 or 1390847. OLE color: 1390847.

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

Color convert

RGB 255 56 21 -
CMYK 0 0.78 0.92 0
HSL 8.97º 1% 0.54% -
HSV(B) 8.97º 0.92% 1% -
XYZ 42.79 24.14 3.11 -
YUV 111.51 76.93 230.35 -
System Red Green Blue C M Y K H S L
Decimal 255 56 21 0 0.78 0.92 0 8.97 1 0.54
Hex FF 38 15 0 4E 5C 0 9 64 36
Octal 377 70 25 0 116 134 0 11 144 66
Binary 11111111 111000 10101 0 1001110 1011100 0 1001 1100100 110110

Color Harmonies of #FF3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3815

Black with #FF3815

Text Example


Text Example

White with #FF3815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3815; }

 p { color: rgb(255,56,21); }

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

background-color css

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

 a { background-color: rgb(255,56,21); }

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

border-color css

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

 span { border-color: rgb(255,56,21); }

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