Html Css Color HEX #F13420 Red Orange

📋 copy color: '#F13420'

red 241 ◦ green 52 ◦ blue 32

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

Shades of Red Orange #F13420

Tints of Red Orange #F13420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 74.15%
G = 16%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F13420 (or 0xF13420) is known color: Red Orange. HEX triplet: F1, 34 and 20. RGB value is (241,52,32). Sum of RGB (Red+Green+Blue) = 241+52+32=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F13420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13420 is #0ECBDF. Grayscale: #6A6A6A. Windows color (decimal): -969696 or 2110705. OLE color: 2110705.

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

Color convert

RGB 241 52 32 -
CMYK 0 0.78 0.87 0.05
HSL 5.74º 0.88% 0.54% -
HSV(B) 5.74º 0.87% 0.95% -
XYZ 37.76 21.26 3.48 -
YUV 106.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 241 52 32 0 0.78 0.87 0.05 5.74 0.88 0.54
Hex F1 34 20 0 4E 57 5 6 58 36
Octal 361 64 40 0 116 127 5 6 130 66
Binary 11110001 110100 100000 0 1001110 1010111 101 110 1011000 110110

Color Harmonies of #F13420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13420

Black with #F13420

Text Example


Text Example

White with #F13420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13420; }

 p { color: rgb(241,52,32); }

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

background-color css

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

 a { background-color: rgb(241,52,32); }

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

border-color css

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

 span { border-color: rgb(241,52,32); }

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