Html Css Color HEX #F32221 Red Orange

📋 copy color: '#F32221'

red 243 ◦ green 34 ◦ blue 33

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

Shades of Red Orange #F32221

Tints of Red Orange #F32221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 78.39%
G = 10.97%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F32221 (or 0xF32221) is known color: Red Orange. HEX triplet: F3, 22 and 21. RGB value is (243,34,33). Sum of RGB (Red+Green+Blue) = 243+34+33=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F32221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32221 is #0CDDDE. Grayscale: #606060. Windows color (decimal): -843231 or 2171635. OLE color: 2171635.

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

Color convert

RGB 243 34 33 -
CMYK 0 0.86 0.86 0.05
HSL 0.29º 0.9% 0.54% -
HSV(B) 0.29º 0.86% 0.95% -
XYZ 37.81 20.31 3.37 -
YUV 96.38 92.24 232.58 -
System Red Green Blue C M Y K H S L
Decimal 243 34 33 0 0.86 0.86 0.05 0.29 0.9 0.54
Hex F3 22 21 0 56 56 5 0 5A 36
Octal 363 42 41 0 126 126 5 0 132 66
Binary 11110011 100010 100001 0 1010110 1010110 101 0 1011010 110110

Color Harmonies of #F32221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32221

Black with #F32221

Text Example


Text Example

White with #F32221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32221; }

 p { color: rgb(243,34,33); }

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

background-color css

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

 a { background-color: rgb(243,34,33); }

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

border-color css

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

 span { border-color: rgb(243,34,33); }

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