Html Css Color HEX #F33227 Red Orange

📋 copy color: '#F33227'

red 243 ◦ green 50 ◦ blue 39

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

Shades of Red Orange #F33227

Tints of Red Orange #F33227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 73.19%
G = 15.06%
B = 11.75%

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

#F33227 (or 0xF33227) is known color: Red Orange. HEX triplet: F3, 32 and 27. RGB value is (243,50,39). Sum of RGB (Red+Green+Blue) = 243+50+39=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F33227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33227 is #0CCDD8. Grayscale: #6A6A6A. Windows color (decimal): -839129 or 2568947. OLE color: 2568947.

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

Color convert

RGB 243 50 39 -
CMYK 0 0.79 0.84 0.05
HSL 3.24º 0.89% 0.55% -
HSV(B) 3.24º 0.84% 0.95% -
XYZ 38.47 21.48 4.04 -
YUV 106.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 243 50 39 0 0.79 0.84 0.05 3.24 0.89 0.55
Hex F3 32 27 0 4F 54 5 3 59 37
Octal 363 62 47 0 117 124 5 3 131 67
Binary 11110011 110010 100111 0 1001111 1010100 101 11 1011001 110111

Color Harmonies of #F33227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33227

Black with #F33227

Text Example


Text Example

White with #F33227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33227; }

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

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

background-color css

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

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

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

border-color css

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

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

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