Html Css Color HEX #F32C20 Red Orange

📋 copy color: '#F32C20'

red 243 ◦ green 44 ◦ blue 32

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

Shades of Red Orange #F32C20

Tints of Red Orange #F32C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

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

R = 76.18%
G = 13.79%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F32C20 (or 0xF32C20) is known color: Red Orange. HEX triplet: F3, 2C and 20. RGB value is (243,44,32). Sum of RGB (Red+Green+Blue) = 243+44+32=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C20 is #0CD3DF. Grayscale: #666666. Windows color (decimal): -840672 or 2108659. OLE color: 2108659.

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

Color convert

RGB 243 44 32 -
CMYK 0 0.82 0.87 0.05
HSL 3.41º 0.9% 0.54% -
HSV(B) 3.41º 0.87% 0.95% -
XYZ 38.12 20.96 3.4 -
YUV 102.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 243 44 32 0 0.82 0.87 0.05 3.41 0.9 0.54
Hex F3 2C 20 0 52 57 5 3 5A 36
Octal 363 54 40 0 122 127 5 3 132 66
Binary 11110011 101100 100000 0 1010010 1010111 101 11 1011010 110110

Color Harmonies of #F32C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C20

Black with #F32C20

Text Example


Text Example

White with #F32C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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