Html Css Color HEX #F33228 Red Orange

📋 copy color: '#F33228'

red 243 ◦ green 50 ◦ blue 40

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

Shades of Red Orange #F33228

Tints of Red Orange #F33228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 72.97%
G = 15.02%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F33228 (or 0xF33228) is known color: Red Orange. HEX triplet: F3, 32 and 28. RGB value is (243,50,40). Sum of RGB (Red+Green+Blue) = 243+50+40=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F33228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33228 is #0CCDD7. Grayscale: #6A6A6A. Windows color (decimal): -839128 or 2634483. OLE color: 2634483.

HSL color Cylindrical-coordinate representation of color #F33228: hue angle of 2.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F33228 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 50 40 -
CMYK 0 0.79 0.84 0.05
HSL 2.96º 0.89% 0.55% -
HSV(B) 2.96º 0.84% 0.95% -
XYZ 38.49 21.49 4.13 -
YUV 106.57 90.44 225.31 -
System Red Green Blue C M Y K H S L
Decimal 243 50 40 0 0.79 0.84 0.05 2.96 0.89 0.55
Hex F3 32 28 0 4F 54 5 3 59 37
Octal 363 62 50 0 117 124 5 3 131 67
Binary 11110011 110010 101000 0 1001111 1010100 101 11 1011001 110111

Color Harmonies of #F33228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33228

Black with #F33228

Text Example


Text Example

White with #F33228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33228; }

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

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

background-color css

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

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

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

border-color css

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

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

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