Html Css Color HEX #F13326 Red Orange

📋 copy color: '#F13326'

red 241 ◦ green 51 ◦ blue 38

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

Shades of Red Orange #F13326

Tints of Red Orange #F13326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 73.03%
G = 15.45%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F13326 (or 0xF13326) is known color: Red Orange. HEX triplet: F1, 33 and 26. RGB value is (241,51,38). Sum of RGB (Red+Green+Blue) = 241+51+38=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F13326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13326 is #0ECCD9. Grayscale: #6A6A6A. Windows color (decimal): -969946 or 2503665. OLE color: 2503665.

HSL color Cylindrical-coordinate representation of color #F13326: hue angle of 3.84º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F13326 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 51 38 -
CMYK 0 0.79 0.84 0.05
HSL 3.84º 0.88% 0.55% -
HSV(B) 3.84º 0.84% 0.95% -
XYZ 37.81 21.21 3.93 -
YUV 106.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 241 51 38 0 0.79 0.84 0.05 3.84 0.88 0.55
Hex F1 33 26 0 4F 54 5 4 58 37
Octal 361 63 46 0 117 124 5 4 130 67
Binary 11110001 110011 100110 0 1001111 1010100 101 100 1011000 110111

Color Harmonies of #F13326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13326

Black with #F13326

Text Example


Text Example

White with #F13326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13326; }

 p { color: rgb(241,51,38); }

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

background-color css

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

 a { background-color: rgb(241,51,38); }

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

border-color css

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

 span { border-color: rgb(241,51,38); }

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