Html Css Color HEX #F13812 Orange Red

📋 copy color: '#F13812'

red 241 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #F13812

Tints of Orange Red #F13812

RGB

 RED value IS 241 (94.53% from 255) = 76.51%

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 76.51%
G = 17.78%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13812 (or 0xF13812) is known color: Orange Red. HEX triplet: F1, 38 and 12. RGB value is (241,56,18). Sum of RGB (Red+Green+Blue) = 241+56+18=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F13812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13812 is #0EC7ED. Grayscale: #6B6B6B. Windows color (decimal): -968686 or 1194225. OLE color: 1194225.

HSL color Cylindrical-coordinate representation of color #F13812: hue angle of 10.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13812 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 18 -
CMYK 0 0.77 0.93 0.05
HSL 10.22º 0.89% 0.51% -
HSV(B) 10.22º 0.93% 0.95% -
XYZ 37.8 21.57 2.74 -
YUV 106.98 77.79 223.59 -
System Red Green Blue C M Y K H S L
Decimal 241 56 18 0 0.77 0.93 0.05 10.22 0.89 0.51
Hex F1 38 12 0 4D 5D 5 A 59 33
Octal 361 70 22 0 115 135 5 12 131 63
Binary 11110001 111000 10010 0 1001101 1011101 101 1010 1011001 110011

Color Harmonies of #F13812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13812

Black with #F13812

Text Example


Text Example

White with #F13812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13812; }

 p { color: rgb(241,56,18); }

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

background-color css

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

 a { background-color: rgb(241,56,18); }

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

border-color css

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

 span { border-color: rgb(241,56,18); }

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