Html Css Color HEX #F13820 Red Orange

📋 copy color: '#F13820'

red 241 ◦ green 56 ◦ blue 32

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

Shades of Red Orange #F13820

Tints of Red Orange #F13820

RGB

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

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

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

R = 73.25%
G = 17.02%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F13820 (or 0xF13820) is known color: Red Orange. HEX triplet: F1, 38 and 20. RGB value is (241,56,32). Sum of RGB (Red+Green+Blue) = 241+56+32=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F13820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13820 is #0EC7DF. Grayscale: #6C6C6C. Windows color (decimal): -968672 or 2111729. OLE color: 2111729.

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

Color convert

RGB 241 56 32 -
CMYK 0 0.77 0.87 0.05
HSL 6.89º 0.88% 0.54% -
HSV(B) 6.89º 0.87% 0.95% -
XYZ 37.95 21.63 3.54 -
YUV 108.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 241 56 32 0 0.77 0.87 0.05 6.89 0.88 0.54
Hex F1 38 20 0 4D 57 5 7 58 36
Octal 361 70 40 0 115 127 5 7 130 66
Binary 11110001 111000 100000 0 1001101 1010111 101 111 1011000 110110

Color Harmonies of #F13820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13820

Black with #F13820

Text Example


Text Example

White with #F13820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13820; }

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

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

background-color css

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

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

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

border-color css

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

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

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