Html Css Color HEX #F32520 Red Orange

📋 copy color: '#F32520'

red 243 ◦ green 37 ◦ blue 32

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

Shades of Red Orange #F32520

Tints of Red Orange #F32520

RGB

 RED value IS 243 (95.31% from 255) = 77.88%

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 77.88%
G = 11.86%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F32520 (or 0xF32520) is known color: Red Orange. HEX triplet: F3, 25 and 20. RGB value is (243,37,32). Sum of RGB (Red+Green+Blue) = 243+37+32=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32520 is #0CDADF. Grayscale: #626262. Windows color (decimal): -842464 or 2106867. OLE color: 2106867.

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

Color convert

RGB 243 37 32 -
CMYK 0 0.85 0.87 0.05
HSL 1.42º 0.9% 0.54% -
HSV(B) 1.42º 0.87% 0.95% -
XYZ 37.88 20.48 3.32 -
YUV 98.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 243 37 32 0 0.85 0.87 0.05 1.42 0.9 0.54
Hex F3 25 20 0 55 57 5 1 5A 36
Octal 363 45 40 0 125 127 5 1 132 66
Binary 11110011 100101 100000 0 1010101 1010111 101 1 1011010 110110

Color Harmonies of #F32520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32520

Black with #F32520

Text Example


Text Example

White with #F32520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32520; }

 p { color: rgb(243,37,32); }

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

background-color css

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

 a { background-color: rgb(243,37,32); }

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

border-color css

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

 span { border-color: rgb(243,37,32); }

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