Html Css Color HEX #F13228 Red Orange

📋 copy color: '#F13228'

red 241 ◦ green 50 ◦ blue 40

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

Shades of Red Orange #F13228

Tints of Red Orange #F13228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 72.81%
G = 15.11%
B = 12.08%

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

#F13228 (or 0xF13228) is known color: Red Orange. HEX triplet: F1, 32 and 28. RGB value is (241,50,40). Sum of RGB (Red+Green+Blue) = 241+50+40=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F13228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13228 is #0ECDD7. Grayscale: #6A6A6A. Windows color (decimal): -970200 or 2634481. OLE color: 2634481.

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

Color convert

RGB 241 50 40 -
CMYK 0 0.79 0.83 0.05
HSL 2.99º 0.88% 0.55% -
HSV(B) 2.99º 0.83% 0.95% -
XYZ 37.8 21.14 4.09 -
YUV 105.97 90.78 224.31 -
System Red Green Blue C M Y K H S L
Decimal 241 50 40 0 0.79 0.83 0.05 2.99 0.88 0.55
Hex F1 32 28 0 4F 53 5 3 58 37
Octal 361 62 50 0 117 123 5 3 130 67
Binary 11110001 110010 101000 0 1001111 1010011 101 11 1011000 110111

Color Harmonies of #F13228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13228

Black with #F13228

Text Example


Text Example

White with #F13228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13228; }

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

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

background-color css

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

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

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

border-color css

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

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

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