Html Css Color HEX #F13736 Red Orange

📋 copy color: '#F13736'

red 241 ◦ green 55 ◦ blue 54

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

Shades of Red Orange #F13736

Tints of Red Orange #F13736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 68.86%
G = 15.71%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F13736 (or 0xF13736) is known color: Red Orange. HEX triplet: F1, 37 and 36. RGB value is (241,55,54). Sum of RGB (Red+Green+Blue) = 241+55+54=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F13736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13736 is #0EC8C9. Grayscale: #6E6E6E. Windows color (decimal): -968906 or 3553265. OLE color: 3553265.

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

Color convert

RGB 241 55 54 -
CMYK 0 0.77 0.78 0.05
HSL 0.32º 0.87% 0.58% -
HSV(B) 0.32º 0.78% 0.95% -
XYZ 38.31 21.7 5.66 -
YUV 110.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 241 55 54 0 0.77 0.78 0.05 0.32 0.87 0.58
Hex F1 37 36 0 4D 4E 5 0 57 3A
Octal 361 67 66 0 115 116 5 0 127 72
Binary 11110001 110111 110110 0 1001101 1001110 101 0 1010111 111010

Color Harmonies of #F13736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13736

Black with #F13736

Text Example


Text Example

White with #F13736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13736; }

 p { color: rgb(241,55,54); }

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

background-color css

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

 a { background-color: rgb(241,55,54); }

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

border-color css

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

 span { border-color: rgb(241,55,54); }

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