Html Css Color HEX #F32820 Red Orange

📋 copy color: '#F32820'

red 243 ◦ green 40 ◦ blue 32

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

Shades of Red Orange #F32820

Tints of Red Orange #F32820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 77.14%
G = 12.7%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F32820 (or 0xF32820) is known color: Red Orange. HEX triplet: F3, 28 and 20. RGB value is (243,40,32). Sum of RGB (Red+Green+Blue) = 243+40+32=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F32820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32820 is #0CD7DF. Grayscale: #646464. Windows color (decimal): -841696 or 2107635. OLE color: 2107635.

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

Color convert

RGB 243 40 32 -
CMYK 0 0.84 0.87 0.05
HSL 2.27º 0.9% 0.54% -
HSV(B) 2.27º 0.87% 0.95% -
XYZ 37.98 20.68 3.36 -
YUV 99.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 243 40 32 0 0.84 0.87 0.05 2.27 0.9 0.54
Hex F3 28 20 0 54 57 5 2 5A 36
Octal 363 50 40 0 124 127 5 2 132 66
Binary 11110011 101000 100000 0 1010100 1010111 101 10 1011010 110110

Color Harmonies of #F32820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32820

Black with #F32820

Text Example


Text Example

White with #F32820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32820; }

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

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

background-color css

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

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

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

border-color css

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

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

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