Html Css Color HEX #F33229 Red Orange

📋 copy color: '#F33229'

red 243 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #F33229

Tints of Red Orange #F33229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 72.75%
G = 14.97%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F33229 (or 0xF33229) is known color: Red Orange. HEX triplet: F3, 32 and 29. RGB value is (243,50,41). Sum of RGB (Red+Green+Blue) = 243+50+41=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F33229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33229 is #0CCDD6. Grayscale: #6A6A6A. Windows color (decimal): -839127 or 2700019. OLE color: 2700019.

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

Color convert

RGB 243 50 41 -
CMYK 0 0.79 0.83 0.05
HSL 2.67º 0.89% 0.56% -
HSV(B) 2.67º 0.83% 0.95% -
XYZ 38.5 21.5 4.22 -
YUV 106.68 90.94 225.23 -
System Red Green Blue C M Y K H S L
Decimal 243 50 41 0 0.79 0.83 0.05 2.67 0.89 0.56
Hex F3 32 29 0 4F 53 5 3 59 38
Octal 363 62 51 0 117 123 5 3 131 70
Binary 11110011 110010 101001 0 1001111 1010011 101 11 1011001 111000

Color Harmonies of #F33229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33229

Black with #F33229

Text Example


Text Example

White with #F33229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33229; }

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

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

background-color css

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

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

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

border-color css

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

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

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