Html Css Color HEX #F13229 Red Orange

📋 copy color: '#F13229'

red 241 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #F13229

Tints of Red Orange #F13229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 72.59%
G = 15.06%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F13229 (or 0xF13229) is known color: Red Orange. HEX triplet: F1, 32 and 29. RGB value is (241,50,41). Sum of RGB (Red+Green+Blue) = 241+50+41=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F13229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13229 is #0ECDD6. Grayscale: #6A6A6A. Windows color (decimal): -970199 or 2700017. OLE color: 2700017.

HSL color Cylindrical-coordinate representation of color #F13229: hue angle of 2.7º 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 #F13229 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 41 -
CMYK 0 0.79 0.83 0.05
HSL 2.7º 0.88% 0.55% -
HSV(B) 2.7º 0.83% 0.95% -
XYZ 37.82 21.14 4.19 -
YUV 106.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 241 50 41 0 0.79 0.83 0.05 2.7 0.88 0.55
Hex F1 32 29 0 4F 53 5 3 58 37
Octal 361 62 51 0 117 123 5 3 130 67
Binary 11110001 110010 101001 0 1001111 1010011 101 11 1011000 110111

Color Harmonies of #F13229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13229

Black with #F13229

Text Example


Text Example

White with #F13229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13229; }

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

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

background-color css

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

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

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

border-color css

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

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

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