Html Css Color HEX #F13829 Red Orange

📋 copy color: '#F13829'

red 241 ◦ green 56 ◦ blue 41

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

Shades of Red Orange #F13829

Tints of Red Orange #F13829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 71.3%
G = 16.57%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F13829 (or 0xF13829) is known color: Red Orange. HEX triplet: F1, 38 and 29. RGB value is (241,56,41). Sum of RGB (Red+Green+Blue) = 241+56+41=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F13829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13829 is #0EC7D6. Grayscale: #6D6D6D. Windows color (decimal): -968663 or 2701553. OLE color: 2701553.

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

Color convert

RGB 241 56 41 -
CMYK 0 0.77 0.83 0.05
HSL 4.5º 0.88% 0.55% -
HSV(B) 4.5º 0.83% 0.95% -
XYZ 38.09 21.69 4.28 -
YUV 109.61 89.29 221.72 -
System Red Green Blue C M Y K H S L
Decimal 241 56 41 0 0.77 0.83 0.05 4.5 0.88 0.55
Hex F1 38 29 0 4D 53 5 4 58 37
Octal 361 70 51 0 115 123 5 4 130 67
Binary 11110001 111000 101001 0 1001101 1010011 101 100 1011000 110111

Color Harmonies of #F13829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13829

Black with #F13829

Text Example


Text Example

White with #F13829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13829; }

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

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

background-color css

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

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

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

border-color css

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

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

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