Html Css Color HEX #F33223 Red Orange

📋 copy color: '#F33223'

red 243 ◦ green 50 ◦ blue 35

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

Shades of Red Orange #F33223

Tints of Red Orange #F33223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 74.09%
G = 15.24%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F33223 (or 0xF33223) is known color: Red Orange. HEX triplet: F3, 32 and 23. RGB value is (243,50,35). Sum of RGB (Red+Green+Blue) = 243+50+35=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F33223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33223 is #0CCDDC. Grayscale: #6A6A6A. Windows color (decimal): -839133 or 2306803. OLE color: 2306803.

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

Color convert

RGB 243 50 35 -
CMYK 0 0.79 0.86 0.05
HSL 4.33º 0.9% 0.55% -
HSV(B) 4.33º 0.86% 0.95% -
XYZ 38.41 21.46 3.71 -
YUV 106 87.94 225.72 -
System Red Green Blue C M Y K H S L
Decimal 243 50 35 0 0.79 0.86 0.05 4.33 0.9 0.55
Hex F3 32 23 0 4F 56 5 4 5A 37
Octal 363 62 43 0 117 126 5 4 132 67
Binary 11110011 110010 100011 0 1001111 1010110 101 100 1011010 110111

Color Harmonies of #F33223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33223

Black with #F33223

Text Example


Text Example

White with #F33223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33223; }

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

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

background-color css

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

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

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

border-color css

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

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

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